#4EA4EA

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

Shades of Picton Blue #4EA4EA

Tints of Picton Blue #4EA4EA

Color information

#4EA4EA (or 0x4EA4EA) is unknown color: approx Picton Blue. HEX triplet: 4E, A4 and EA. RGB value is (78,164,234). Sum of RGB (Red+Green+Blue) = 78+164+234=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #4EA4EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA4EA is #B15B15. Grayscale: #919191. Windows color (decimal): -11623190 or 15377486. OLE color: 15377486.

HSL color Cylindrical-coordinate representation of color #4EA4EA: hue angle of 206.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EA4EA is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB78164234-
CMYK0.670.3000.08
HSL206.92º78.79%61.18%-
HSV(B)206.92º66.67%91.76%-
XYZ31.2734.1182.78-
YUV146.27177.5179.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.39%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 234 (91.80% from 255) = 49.16%
R=16.39%
G=34.45%
B=49.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal781642340.670.3000.08206.9278.7961.18
Hex4EA4EA431E08cf4f3d
Octal1162443521033601031711775
Binary1001110101001001110101010000111111001000110011111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,164,234); }

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

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

 a { background-color: rgb(78,164,234); }

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

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

 span { border-color: rgb(78,164,234); }

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