#4F9DCF

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

Shades of Picton Blue #4F9DCF

Tints of Picton Blue #4F9DCF

Color information

#4F9DCF (or 0x4F9DCF) is unknown color: approx Picton Blue. HEX triplet: 4F, 9D and CF. RGB value is (79,157,207). Sum of RGB (Red+Green+Blue) = 79+157+207=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F9DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9DCF is #B06230. Grayscale: #8B8B8B. Windows color (decimal): -11559473 or 13606223. OLE color: 13606223.

HSL color Cylindrical-coordinate representation of color #4F9DCF: hue angle of 203.44º degrees, saturation: 0.57, 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 #4F9DCF is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB79157207-
CMYK0.620.2400.19
HSL203.44º57.14%56.08%-
HSV(B)203.44º61.84%81.18%-
XYZ26.5430.2863.48-
YUV139.38166.1684.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.83%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=17.83%
G=35.44%
B=46.73%

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
Decimal791572070.620.2400.19203.4457.1456.08
Hex4F9DCF3E18013cb3938
Octal11723531776300233137170
Binary100111110011101110011111111101100001001111001011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,157,207); }

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

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

 a { background-color: rgb(79,157,207); }

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

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

 span { border-color: rgb(79,157,207); }

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