#4c96d7

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

Shades of Picton Blue #4C96D7

Tints of Picton Blue #4C96D7

Color information

#4C96D7 (or 0x4C96D7) is unknown color: approx Picton Blue. HEX triplet: 4C, 96 and D7. RGB value is (76,150,215). Sum of RGB (Red+Green+Blue) = 76+150+215=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #4C96D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C96D7 is #B36928. Grayscale: #868686. Windows color (decimal): -11757865 or 14128716. OLE color: 14128716.

HSL color Cylindrical-coordinate representation of color #4C96D7: hue angle of 208.06º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C96D7 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB76150215-
CMYK0.650.3000.16
HSL208.06º63.47%57.06%-
HSV(B)208.06º64.65%84.31%-
XYZ26.1528.2668.37-
YUV135.28172.9885.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.23%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 215 (84.38% from 255) = 48.75%
R=17.23%
G=34.01%
B=48.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal761502150.650.3000.16208.0663.4757.06
Hex4C96D7411E010d03f39
Octal114226327101360203207771
Binary1001100100101101101011110000011111001000011010000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c96d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4c96d7; }

 p { color: rgb(76,150,215); }

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

<style>
 a { background-color: #4c96d7; }

 a { background-color: rgb(76,150,215); }

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

<style>
 span { border-color: #4c96d7; }

 span { border-color: rgb(76,150,215); }

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