#4C9ACA

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

Shades of Picton Blue #4C9ACA

Tints of Picton Blue #4C9ACA

Color information

#4C9ACA (or 0x4C9ACA) is unknown color: approx Picton Blue. HEX triplet: 4C, 9A and CA. RGB value is (76,154,202). Sum of RGB (Red+Green+Blue) = 76+154+202=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 154 (60.55% from 255 or 35.65% 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 #4C9ACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ACA is #B36535. Grayscale: #878787. Windows color (decimal): -11756854 or 13277772. OLE color: 13277772.

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

Color convert

RGB76154202-
CMYK0.620.2400.21
HSL202.86º54.31%54.51%-
HSV(B)202.86º62.38%79.22%-
XYZ25.228.9160.13-
YUV136.15165.1685.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.59%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=17.59%
G=35.65%
B=46.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761542020.620.2400.21202.8654.3154.51
Hex4C9ACA3E18015cb3637
Octal11423231276300253136667
Binary100110010011010110010101111101100001010111001011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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