#4496CB

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

Shades of Picton Blue #4496CB

Tints of Picton Blue #4496CB

Color information

#4496CB (or 0x4496CB) is unknown color: approx Picton Blue. HEX triplet: 44, 96 and CB. RGB value is (68,150,203). Sum of RGB (Red+Green+Blue) = 68+150+203=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #4496CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4496CB is #BB6934. Grayscale: #838383. Windows color (decimal): -12282165 or 13342276. OLE color: 13342276.

HSL color Cylindrical-coordinate representation of color #4496CB: hue angle of 203.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4496CB is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68150203-
CMYK0.670.2600.20
HSL203.56º56.49%53.14%-
HSV(B)203.56º66.5%79.61%-
XYZ24.0727.3560.51-
YUV131.52168.3382.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.15%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=16.15%
G=35.63%
B=48.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681502030.670.2600.20203.5656.4953.14
Hex4496CB431A014cc3835
Octal104226313103320243147065
Binary1000100100101101100101110000111101001010011001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4496CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4496CB; }

 p { color: rgb(68,150,203); }

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

<style>
 a { background-color: #4496CB; }

 a { background-color: rgb(68,150,203); }

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

<style>
 span { border-color: #4496CB; }

 span { border-color: rgb(68,150,203); }

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