#4EA7DE

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

Shades of Picton Blue #4EA7DE

Tints of Picton Blue #4EA7DE

Color information

#4EA7DE (or 0x4EA7DE) is unknown color: approx Picton Blue. HEX triplet: 4E, A7 and DE. RGB value is (78,167,222). Sum of RGB (Red+Green+Blue) = 78+167+222=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #4EA7DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA7DE is #B15821. Grayscale: #929292. Windows color (decimal): -11622434 or 14591822. OLE color: 14591822.

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

Color convert

RGB78167222-
CMYK0.650.2500.13
HSL202.92º68.57%58.82%-
HSV(B)202.92º64.86%87.06%-
XYZ30.1534.5374.18-
YUV146.66170.5179.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.70%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 222 (87.11% from 255) = 47.54%
R=16.70%
G=35.76%
B=47.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal781672220.650.2500.13202.9268.5758.82
Hex4EA7DE41190Dcb453b
Octal1162473361013101531310573
Binary1001110101001111101111010000011100101101110010111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,167,222); }

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

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

 a { background-color: rgb(78,167,222); }

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

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

 span { border-color: rgb(78,167,222); }

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