#4c97ca

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

Shades of Picton Blue #4C97CA

Tints of Picton Blue #4C97CA

Color information

#4C97CA (or 0x4C97CA) is unknown color: approx Picton Blue. HEX triplet: 4C, 97 and CA. RGB value is (76,151,202). Sum of RGB (Red+Green+Blue) = 76+151+202=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C97CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C97CA is #B36835. Grayscale: #868686. Windows color (decimal): -11757622 or 13277004. OLE color: 13277004.

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

Color convert

RGB76151202-
CMYK0.620.2500.21
HSL204.29º54.31%54.51%-
HSV(B)204.29º62.38%79.22%-
XYZ24.7127.9359.97-
YUV134.39166.1586.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.72%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=17.72%
G=35.20%
B=47.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761512020.620.2500.21204.2954.3154.51
Hex4C97CA3E19015cc3637
Octal11422731276310253146667
Binary100110010010111110010101111101100101010111001100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c97ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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