#4C9ADC

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

Shades of Picton Blue #4C9ADC

Tints of Picton Blue #4C9ADC

Color information

#4C9ADC (or 0x4C9ADC) is unknown color: approx Picton Blue. HEX triplet: 4C, 9A and DC. RGB value is (76,154,220). Sum of RGB (Red+Green+Blue) = 76+154+220=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C9ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ADC is #B36523. Grayscale: #898989. Windows color (decimal): -11756836 or 14457420. OLE color: 14457420.

HSL color Cylindrical-coordinate representation of color #4C9ADC: hue angle of 207.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 #4C9ADC is Cyan = 0.65, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76154220-
CMYK0.650.300.14
HSL207.5º67.29%58.04%-
HSV(B)207.5º65.45%86.27%-
XYZ27.4529.8272.02-
YUV138.2174.1683.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.89%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 220 (86.33% from 255) = 48.89%
R=16.89%
G=34.22%
B=48.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761542200.650.300.14207.567.2958.04
Hex4C9ADC411E0Ed0433a
Octal1142323341013601632010372
Binary1001100100110101101110010000011111001110110100001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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