#4F9ECC

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

Shades of Picton Blue #4F9ECC

Tints of Picton Blue #4F9ECC

Color information

#4F9ECC (or 0x4F9ECC) is unknown color: approx Picton Blue. HEX triplet: 4F, 9E and CC. RGB value is (79,158,204). Sum of RGB (Red+Green+Blue) = 79+158+204=441 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.91% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ECC is #B06133. Grayscale: #8B8B8B. Windows color (decimal): -11559220 or 13409871. OLE color: 13409871.

HSL color Cylindrical-coordinate representation of color #4F9ECC: hue angle of 202.08º degrees, saturation: 0.55, 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 #4F9ECC is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79158204-
CMYK0.610.2300.2
HSL202.08º55.07%55.49%-
HSV(B)202.08º61.27%80%-
XYZ26.3530.4861.62-
YUV139.62164.3384.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.91%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=17.91%
G=35.83%
B=46.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791582040.610.2300.2202.0855.0755.49
Hex4F9ECC3D17014ca3737
Octal11723631475270243126767
Binary100111110011110110011001111011011101010011001010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,158,204); }

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

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

 a { background-color: rgb(79,158,204); }

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

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

 span { border-color: rgb(79,158,204); }

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