Html Css Color HEX #486EBF Havelock Blue

📋 copy color: '#486EBF'

red 72 ◦ green 110 ◦ blue 191

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

Shades of Havelock Blue #486EBF

Tints of Havelock Blue #486EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.49%

 BLUE value IS 191 (75% from 255) = 51.21%

R = 19.3%
G = 29.49%
B = 51.21%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#486EBF (or 0x486EBF) is known color: Havelock Blue. HEX triplet: 48, 6E and BF. RGB value is (72,110,191). Sum of RGB (Red+Green+Blue) = 72+110+191=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #486EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EBF is #B79140. Grayscale: #6B6B6B. Windows color (decimal): -12030273 or 12545608. OLE color: 12545608.

HSL color Cylindrical-coordinate representation of color #486EBF: hue angle of 220.84º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486EBF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 110 191 -
CMYK 0.62 0.42 0 0.25
HSL 220.84º 0.48% 0.52% -
HSV(B) 220.84º 0.62% 0.75% -
XYZ 17.65 16.29 51.5 -
YUV 107.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 72 110 191 0.62 0.42 0 0.25 220.84 0.48 0.52
Hex 48 6E BF 3E 2A 0 19 DD 30 34
Octal 110 156 277 76 52 0 31 335 60 64
Binary 1001000 1101110 10111111 111110 101010 0 11001 11011101 110000 110100

Color Harmonies of #486EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EBF

Black with #486EBF

Text Example


Text Example

White with #486EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486EBF; }

 p { color: rgb(72,110,191); }

 H1.HeaderClassName
 {
   color: #486EBF;
 }
 .AnyTagClassName
 {
   color: #486EBF;
 }
</style>

background-color css

<style>
 a { background-color: #486EBF; }

 a { background-color: rgb(72,110,191); }

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

border-color css

<style>
 span { border-color: #486EBF; }

 span { border-color: rgb(72,110,191); }

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