#4f9fca

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

Shades of Picton Blue #4F9FCA

Tints of Picton Blue #4F9FCA

Color information

#4F9FCA (or 0x4F9FCA) is unknown color: approx Picton Blue. HEX triplet: 4F, 9F and CA. RGB value is (79,159,202). Sum of RGB (Red+Green+Blue) = 79+159+202=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F9FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9FCA is #B06035. Grayscale: #8B8B8B. Windows color (decimal): -11558966 or 13279055. OLE color: 13279055.

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

Color convert

RGB79159202-
CMYK0.610.2100.21
HSL200.98º53.71%55.1%-
HSV(B)200.98º60.89%79.22%-
XYZ26.2830.7260.42-
YUV139.9816384.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.95%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=17.95%
G=36.14%
B=45.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791592020.610.2100.21200.9853.7155.1
Hex4F9FCA3D15015c93637
Octal11723731275250253116667
Binary100111110011111110010101111011010101010111001001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f9fca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,159,202); }

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

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

 a { background-color: rgb(79,159,202); }

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

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

 span { border-color: rgb(79,159,202); }

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