Html Css Color HEX #4E8ACF Havelock Blue

📋 copy color: '#4E8ACF'

red 78 ◦ green 138 ◦ blue 207

#4E8ACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4E8ACF

Tints of Havelock Blue #4E8ACF

RGB

 RED value IS 78 (30.86% from 255) = 18.44%

 GREEN value IS 138 (54.3% from 255) = 32.62%

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 18.44%
G = 32.62%
B = 48.94%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E8ACF (or 0x4E8ACF) is known color: Havelock Blue. HEX triplet: 4E, 8A and CF. RGB value is (78,138,207). Sum of RGB (Red+Green+Blue) = 78+138+207=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8ACF is #B17530. Grayscale: #7F7F7F. Windows color (decimal): -11629873 or 13601358. OLE color: 13601358.

HSL color Cylindrical-coordinate representation of color #4E8ACF: hue angle of 212.09º 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 #4E8ACF is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 138 207 -
CMYK 0.62 0.33 0 0.19
HSL 212.09º 0.57% 0.56% -
HSV(B) 212.09º 0.62% 0.81% -
XYZ 23.49 24.3 62.48 -
YUV 127.93 172.62 92.39 -
System Red Green Blue C M Y K H S L
Decimal 78 138 207 0.62 0.33 0 0.19 212.09 0.57 0.56
Hex 4E 8A CF 3E 21 0 13 D4 39 38
Octal 116 212 317 76 41 0 23 324 71 70
Binary 1001110 10001010 11001111 111110 100001 0 10011 11010100 111001 111000

Color Harmonies of #4E8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8ACF

Black with #4E8ACF

Text Example


Text Example

White with #4E8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E8ACF;
 }
 .AnyTagClassName
 {
   color: #4E8ACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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