Html Css Color HEX #486FBE Havelock Blue

📋 copy color: '#486FBE'

red 72 ◦ green 111 ◦ blue 190

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

Shades of Havelock Blue #486FBE

Tints of Havelock Blue #486FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.76%

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 19.3%
G = 29.76%
B = 50.94%

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

#486FBE (or 0x486FBE) is known color: Havelock Blue. HEX triplet: 48, 6F and BE. RGB value is (72,111,190). Sum of RGB (Red+Green+Blue) = 72+111+190=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #486FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FBE is #B79041. Grayscale: #6B6B6B. Windows color (decimal): -12030018 or 12480328. OLE color: 12480328.

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

Color convert

RGB 72 111 190 -
CMYK 0.62 0.42 0 0.25
HSL 220.17º 0.48% 0.51% -
HSV(B) 220.17º 0.62% 0.75% -
XYZ 17.65 16.46 50.96 -
YUV 108.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 72 111 190 0.62 0.42 0 0.25 220.17 0.48 0.51
Hex 48 6F BE 3E 2A 0 19 DC 30 33
Octal 110 157 276 76 52 0 31 334 60 63
Binary 1001000 1101111 10111110 111110 101010 0 11001 11011100 110000 110011

Color Harmonies of #486FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FBE

Black with #486FBE

Text Example


Text Example

White with #486FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,111,190); }

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

background-color css

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

 a { background-color: rgb(72,111,190); }

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

border-color css

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

 span { border-color: rgb(72,111,190); }

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