#4F97CA

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

Shades of Picton Blue #4F97CA

Tints of Picton Blue #4F97CA

Color information

#4F97CA (or 0x4F97CA) is unknown color: approx Picton Blue. HEX triplet: 4F, 97 and CA. RGB value is (79,151,202). Sum of RGB (Red+Green+Blue) = 79+151+202=432 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.29% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F97CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F97CA is #B06835. Grayscale: #878787. Windows color (decimal): -11561014 or 13277007. OLE color: 13277007.

HSL color Cylindrical-coordinate representation of color #4F97CA: hue angle of 204.88º 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 #4F97CA is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB79151202-
CMYK0.610.2500.21
HSL204.88º53.71%55.1%-
HSV(B)204.88º60.89%79.22%-
XYZ24.9528.0659.98-
YUV135.29165.6587.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.29%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=18.29%
G=34.95%
B=46.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791512020.610.2500.21204.8853.7155.1
Hex4F97CA3D19015cd3637
Octal11722731275310253156667
Binary100111110010111110010101111011100101010111001101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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