Html Css Color HEX #486EBC Havelock Blue

📋 copy color: '#486EBC'

red 72 ◦ green 110 ◦ blue 188

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

Shades of Havelock Blue #486EBC

Tints of Havelock Blue #486EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 19.46%
G = 29.73%
B = 50.81%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#486EBC (or 0x486EBC) is known color: Havelock Blue. HEX triplet: 48, 6E and BC. RGB value is (72,110,188). Sum of RGB (Red+Green+Blue) = 72+110+188=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #486EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EBC is #B79143. Grayscale: #6B6B6B. Windows color (decimal): -12030276 or 12349000. OLE color: 12349000.

HSL color Cylindrical-coordinate representation of color #486EBC: hue angle of 220.34º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486EBC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 110 188 -
CMYK 0.62 0.41 0 0.26
HSL 220.34º 0.46% 0.51% -
HSV(B) 220.34º 0.62% 0.74% -
XYZ 17.33 16.16 49.78 -
YUV 107.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 72 110 188 0.62 0.41 0 0.26 220.34 0.46 0.51
Hex 48 6E BC 3E 29 0 1A DC 2E 33
Octal 110 156 274 76 51 0 32 334 56 63
Binary 1001000 1101110 10111100 111110 101001 0 11010 11011100 101110 110011

Color Harmonies of #486EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EBC

Black with #486EBC

Text Example


Text Example

White with #486EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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