#4C8EDC

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

Shades of Picton Blue #4C8EDC

Tints of Picton Blue #4C8EDC

Color information

#4C8EDC (or 0x4C8EDC) is unknown color: approx Picton Blue. HEX triplet: 4C, 8E and DC. RGB value is (76,142,220). Sum of RGB (Red+Green+Blue) = 76+142+220=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C8EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8EDC is #B37123. Grayscale: #828282. Windows color (decimal): -11759908 or 14454348. OLE color: 14454348.

HSL color Cylindrical-coordinate representation of color #4C8EDC: hue angle of 212.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C8EDC is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76142220-
CMYK0.650.3500.14
HSL212.5º67.29%58.04%-
HSV(B)212.5º65.45%86.27%-
XYZ25.5726.0571.39-
YUV131.16178.1388.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.35%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=17.35%
G=32.42%
B=50.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761422200.650.3500.14212.567.2958.04
Hex4C8EDC41230Ed4433a
Octal1142163341014301632410372
Binary10011001000111011011100100000110001101110110101001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,142,220); }

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

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

 a { background-color: rgb(76,142,220); }

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

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

 span { border-color: rgb(76,142,220); }

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