#4EA3CA

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

Shades of Picton Blue #4EA3CA

Tints of Picton Blue #4EA3CA

Color information

#4EA3CA (or 0x4EA3CA) is unknown color: approx Picton Blue. HEX triplet: 4E, A3 and CA. RGB value is (78,163,202). Sum of RGB (Red+Green+Blue) = 78+163+202=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EA3CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA3CA is #B15C35. Grayscale: #8D8D8D. Windows color (decimal): -11623478 or 13280078. OLE color: 13280078.

HSL color Cylindrical-coordinate representation of color #4EA3CA: hue angle of 198.87º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EA3CA is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78163202-
CMYK0.610.1900.21
HSL198.87º53.91%54.9%-
HSV(B)198.87º61.39%79.22%-
XYZ26.932.0860.65-
YUV142.03161.8482.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.61%
GREEN value IS 163 (64.06% from 255) = 36.79%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=17.61%
G=36.79%
B=45.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781632020.610.1900.21198.8753.9154.9
Hex4EA3CA3D13015c73637
Octal11624331275230253076667
Binary100111010100011110010101111011001101010111000111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,163,202); }

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

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

 a { background-color: rgb(78,163,202); }

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

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

 span { border-color: rgb(78,163,202); }

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