#4EA3CF

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

Shades of Picton Blue #4EA3CF

Tints of Picton Blue #4EA3CF

Color information

#4EA3CF (or 0x4EA3CF) is unknown color: approx Picton Blue. HEX triplet: 4E, A3 and CF. RGB value is (78,163,207). Sum of RGB (Red+Green+Blue) = 78+163+207=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #4EA3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EA3CF is #B15C30. Grayscale: #8E8E8E. Windows color (decimal): -11623473 or 13607758. OLE color: 13607758.

HSL color Cylindrical-coordinate representation of color #4EA3CF: hue angle of 200.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EA3CF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB78163207-
CMYK0.620.2100.19
HSL200.47º57.33%55.88%-
HSV(B)200.47º62.32%81.18%-
XYZ27.532.3263.82-
YUV142.6164.3481.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.41%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=17.41%
G=36.38%
B=46.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal781632070.620.2100.19200.4757.3355.88
Hex4EA3CF3E15013c83938
Octal11624331776250233107170
Binary100111010100011110011111111101010101001111001000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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