#4F95CB

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

Shades of Picton Blue #4F95CB

Tints of Picton Blue #4F95CB

Color information

#4F95CB (or 0x4F95CB) is unknown color: approx Picton Blue. HEX triplet: 4F, 95 and CB. RGB value is (79,149,203). Sum of RGB (Red+Green+Blue) = 79+149+203=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F95CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F95CB is #B06A34. Grayscale: #858585. Windows color (decimal): -11561525 or 13342031. OLE color: 13342031.

HSL color Cylindrical-coordinate representation of color #4F95CB: hue angle of 206.13º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F95CB is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB79149203-
CMYK0.610.2700.20
HSL206.13º54.39%55.29%-
HSV(B)206.13º61.08%79.61%-
XYZ24.7527.4760.5-
YUV134.23166.8188.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.33%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=18.33%
G=34.57%
B=47.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal791492030.610.2700.20206.1354.3955.29
Hex4F95CB3D1B014ce3637
Octal11722531375330243166667
Binary100111110010101110010111111011101101010011001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F95CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,149,203); }

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

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

 a { background-color: rgb(79,149,203); }

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

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

 span { border-color: rgb(79,149,203); }

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