#4891CB

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

Shades of Picton Blue #4891CB

Tints of Picton Blue #4891CB

Color information

#4891CB (or 0x4891CB) is unknown color: approx Picton Blue. HEX triplet: 48, 91 and CB. RGB value is (72,145,203). Sum of RGB (Red+Green+Blue) = 72+145+203=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #4891CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4891CB is #B76E34. Grayscale: #818181. Windows color (decimal): -12021301 or 13341000. OLE color: 13341000.

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

Color convert

RGB72145203-
CMYK0.650.2900.20
HSL206.56º55.74%53.92%-
HSV(B)206.56º64.53%79.61%-
XYZ23.5825.9460.26-
YUV129.78169.3286.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.14%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=17.14%
G=34.52%
B=48.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal721452030.650.2900.20206.5655.7453.92
Hex4891CB411D014cf3836
Octal110221313101350243177066
Binary1001000100100011100101110000011110101010011001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4891CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,145,203); }

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

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

 a { background-color: rgb(72,145,203); }

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

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

 span { border-color: rgb(72,145,203); }

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