#4F9CCE

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

Shades of Picton Blue #4F9CCE

Tints of Picton Blue #4F9CCE

Color information

#4F9CCE (or 0x4F9CCE) is unknown color: approx Picton Blue. HEX triplet: 4F, 9C and CE. RGB value is (79,156,206). Sum of RGB (Red+Green+Blue) = 79+156+206=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9CCE is #B06331. Grayscale: #8A8A8A. Windows color (decimal): -11559730 or 13540431. OLE color: 13540431.

HSL color Cylindrical-coordinate representation of color #4F9CCE: hue angle of 203.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F9CCE is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB79156206-
CMYK0.620.2400.19
HSL203.62º56.44%55.88%-
HSV(B)203.62º61.65%80.78%-
XYZ26.2529.962.78-
YUV138.68165.9985.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.91%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=17.91%
G=35.37%
B=46.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal791562060.620.2400.19203.6256.4455.88
Hex4F9CCE3E18013cc3838
Octal11723431676300233147070
Binary100111110011100110011101111101100001001111001100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,156,206); }

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

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

 a { background-color: rgb(79,156,206); }

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

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

 span { border-color: rgb(79,156,206); }

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