#4c9ace

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

Shades of Picton Blue #4C9ACE

Tints of Picton Blue #4C9ACE

Color information

#4C9ACE (or 0x4C9ACE) is unknown color: approx Picton Blue. HEX triplet: 4C, 9A and CE. RGB value is (76,154,206). Sum of RGB (Red+Green+Blue) = 76+154+206=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ACE is #B36531. Grayscale: #888888. Windows color (decimal): -11756850 or 13539916. OLE color: 13539916.

HSL color Cylindrical-coordinate representation of color #4C9ACE: hue angle of 204º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C9ACE is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB76154206-
CMYK0.630.2500.19
HSL204º57.02%55.29%-
HSV(B)204º63.11%80.78%-
XYZ25.6829.162.66-
YUV136.61167.1684.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.43%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 206 (80.86% from 255) = 47.25%
R=17.43%
G=35.32%
B=47.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal761542060.630.2500.1920457.0255.29
Hex4C9ACE3F19013cc3937
Octal11423231677310233147167
Binary100110010011010110011101111111100101001111001100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c9ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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