#409BCB

Color #409BCB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #409BCB

Tints of Picton Blue #409BCB

Color information

#409BCB (or 0x409BCB) is unknown color: approx Picton Blue. HEX triplet: 40, 9B and CB. RGB value is (64,155,203). Sum of RGB (Red+Green+Blue) = 64+155+203=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #409BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BCB is #BF6434. Grayscale: #848484. Windows color (decimal): -12543029 or 13343552. OLE color: 13343552.

HSL color Cylindrical-coordinate representation of color #409BCB: hue angle of 200.72º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409BCB is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64155203-
CMYK0.680.2400.20
HSL200.72º57.2%52.35%-
HSV(B)200.72º68.47%79.61%-
XYZ24.6228.8460.77-
YUV133.26167.3578.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 15.17%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=15.17%
G=36.73%
B=48.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641552030.680.2400.20200.7257.252.35
Hex409BCB4418014c93934
Octal100233313104300243117164
Binary1000000100110111100101110001001100001010011001001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409BCB; }

 p { color: rgb(64,155,203); }

 H1.HeaderClassName
 {
   color: #409BCB;
 }
 .AnyTagClassName
 {
   color: #409BCB;
 }
</style>
background-color css

<style>
 a { background-color: #409BCB; }

 a { background-color: rgb(64,155,203); }

 div.DivClassName
 {
   background-color: #409BCB;
 }
 .BgClassName
 {
   background-color: #409BCB;
 }
</style>
border-color css

<style>
 span { border-color: #409BCB; }

 span { border-color: rgb(64,155,203); }

 td.TdClassName
 {
   border-color: #409BCB;
 }
 .TagClassName
 {
   border-color: #409BCB;
 }
</style>