#4C94CA

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

Shades of Picton Blue #4C94CA

Tints of Picton Blue #4C94CA

Color information

#4C94CA (or 0x4C94CA) is unknown color: approx Picton Blue. HEX triplet: 4C, 94 and CA. RGB value is (76,148,202). Sum of RGB (Red+Green+Blue) = 76+148+202=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C94CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C94CA is #B36B35. Grayscale: #848484. Windows color (decimal): -11758390 or 13276236. OLE color: 13276236.

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

Color convert

RGB76148202-
CMYK0.620.2700.21
HSL205.71º54.31%54.51%-
HSV(B)205.71º62.38%79.22%-
XYZ24.2326.9859.81-
YUV132.63167.1587.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.84%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=17.84%
G=34.74%
B=47.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761482020.620.2700.21205.7154.3154.51
Hex4C94CA3E1B015ce3637
Octal11422431276330253166667
Binary100110010010100110010101111101101101010111001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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