#4896D0

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

Shades of Picton Blue #4896D0

Tints of Picton Blue #4896D0

Color information

#4896D0 (or 0x4896D0) is unknown color: approx Picton Blue. HEX triplet: 48, 96 and D0. RGB value is (72,150,208). Sum of RGB (Red+Green+Blue) = 72+150+208=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #4896D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4896D0 is #B7692F. Grayscale: #848484. Windows color (decimal): -12020016 or 13669960. OLE color: 13669960.

HSL color Cylindrical-coordinate representation of color #4896D0: hue angle of 205.59º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4896D0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB72150208-
CMYK0.650.2800.18
HSL205.59º59.13%54.9%-
HSV(B)205.59º65.38%81.57%-
XYZ24.9627.7463.71-
YUV133.29170.1684.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.74%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=16.74%
G=34.88%
B=48.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal721502080.650.2800.18205.5959.1354.9
Hex4896D0411C012ce3b37
Octal110226320101340223167367
Binary1001000100101101101000010000011110001001011001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4896D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4896D0; }

 p { color: rgb(72,150,208); }

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

<style>
 a { background-color: #4896D0; }

 a { background-color: rgb(72,150,208); }

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

<style>
 span { border-color: #4896D0; }

 span { border-color: rgb(72,150,208); }

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