#4C9DDE

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

Shades of Picton Blue #4C9DDE

Tints of Picton Blue #4C9DDE

Color information

#4C9DDE (or 0x4C9DDE) is unknown color: approx Picton Blue. HEX triplet: 4C, 9D and DE. RGB value is (76,157,222). Sum of RGB (Red+Green+Blue) = 76+157+222=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C9DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9DDE is #B36221. Grayscale: #8B8B8B. Windows color (decimal): -11756066 or 14589260. OLE color: 14589260.

HSL color Cylindrical-coordinate representation of color #4C9DDE: hue angle of 206.71º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C9DDE is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76157222-
CMYK0.660.2900.13
HSL206.71º68.87%58.43%-
HSV(B)206.71º65.77%87.06%-
XYZ28.2230.9273.59-
YUV140.19174.1682.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.70%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 222 (87.11% from 255) = 48.79%
R=16.70%
G=34.51%
B=48.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761572220.660.2900.13206.7168.8758.43
Hex4C9DDE421D0Dcf453a
Octal1142353361023501531710572
Binary1001100100111011101111010000101110101101110011111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,157,222); }

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

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

 a { background-color: rgb(76,157,222); }

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

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

 span { border-color: rgb(76,157,222); }

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