Html Css Color HEX #4886CA Havelock Blue

📋 copy color: '#4886CA'

red 72 ◦ green 134 ◦ blue 202

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

Shades of Havelock Blue #4886CA

Tints of Havelock Blue #4886CA

RGB

 RED value IS 72 (28.52% from 255) = 17.65%

 GREEN value IS 134 (52.73% from 255) = 32.84%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 17.65%
G = 32.84%
B = 49.51%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4886CA (or 0x4886CA) is known color: Havelock Blue. HEX triplet: 48, 86 and CA. RGB value is (72,134,202). Sum of RGB (Red+Green+Blue) = 72+134+202=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #4886CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4886CA is #B77935. Grayscale: #7A7A7A. Windows color (decimal): -12024118 or 13272648. OLE color: 13272648.

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

Color convert

RGB 72 134 202 -
CMYK 0.64 0.34 0 0.21
HSL 211.38º 0.55% 0.54% -
HSV(B) 211.38º 0.64% 0.79% -
XYZ 21.86 22.69 59.11 -
YUV 123.21 172.46 91.47 -
System Red Green Blue C M Y K H S L
Decimal 72 134 202 0.64 0.34 0 0.21 211.38 0.55 0.54
Hex 48 86 CA 40 22 0 15 D3 37 36
Octal 110 206 312 100 42 0 25 323 67 66
Binary 1001000 10000110 11001010 1000000 100010 0 10101 11010011 110111 110110

Color Harmonies of #4886CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4886CA

Black with #4886CA

Text Example


Text Example

White with #4886CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4886CA; }

 p { color: rgb(72,134,202); }

 H1.HeaderClassName
 {
   color: #4886CA;
 }
 .AnyTagClassName
 {
   color: #4886CA;
 }
</style>

background-color css

<style>
 a { background-color: #4886CA; }

 a { background-color: rgb(72,134,202); }

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

border-color css

<style>
 span { border-color: #4886CA; }

 span { border-color: rgb(72,134,202); }

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