Html Css Color HEX #4A8ECE Havelock Blue

📋 copy color: '#4A8ECE'

red 74 ◦ green 142 ◦ blue 206

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

Shades of Havelock Blue #4A8ECE

Tints of Havelock Blue #4A8ECE

RGB

 RED value IS 74 (29.3% from 255) = 17.54%

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 17.54%
G = 33.65%
B = 48.82%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A8ECE (or 0x4A8ECE) is known color: Havelock Blue. HEX triplet: 4A, 8E and CE. RGB value is (74,142,206). Sum of RGB (Red+Green+Blue) = 74+142+206=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A8ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8ECE is #B57131. Grayscale: #808080. Windows color (decimal): -11890994 or 13536842. OLE color: 13536842.

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

Color convert

RGB 74 142 206 -
CMYK 0.64 0.31 0 0.19
HSL 209.09º 0.57% 0.55% -
HSV(B) 209.09º 0.64% 0.81% -
XYZ 23.64 25.26 62.02 -
YUV 128.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 74 142 206 0.64 0.31 0 0.19 209.09 0.57 0.55
Hex 4A 8E CE 40 1F 0 13 D1 39 37
Octal 112 216 316 100 37 0 23 321 71 67
Binary 1001010 10001110 11001110 1000000 11111 0 10011 11010001 111001 110111

Color Harmonies of #4A8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8ECE

Black with #4A8ECE

Text Example


Text Example

White with #4A8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,142,206); }

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

background-color css

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

 a { background-color: rgb(74,142,206); }

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

border-color css

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

 span { border-color: rgb(74,142,206); }

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