#4C9EDB

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

Shades of Picton Blue #4C9EDB

Tints of Picton Blue #4C9EDB

Color information

#4C9EDB (or 0x4C9EDB) is unknown color: approx Picton Blue. HEX triplet: 4C, 9E and DB. RGB value is (76,158,219). Sum of RGB (Red+Green+Blue) = 76+158+219=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C9EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9EDB is #B36124. Grayscale: #8C8C8C. Windows color (decimal): -11755813 or 14392908. OLE color: 14392908.

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

Color convert

RGB76158219-
CMYK0.650.2800.14
HSL205.59º66.51%57.84%-
HSV(B)205.59º65.3%85.88%-
XYZ27.9931.171.55-
YUV140.44172.3382.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.78%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=16.78%
G=34.88%
B=48.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761582190.650.2800.14205.5966.5157.84
Hex4C9EDB411C0Ece433a
Octal1142363331013401631610372
Binary1001100100111101101101110000011110001110110011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,158,219); }

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

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

 a { background-color: rgb(76,158,219); }

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

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

 span { border-color: rgb(76,158,219); }

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