Html Css Color HEX #4B71BE Havelock Blue

📋 copy color: '#4B71BE'

red 75 ◦ green 113 ◦ blue 190

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

Shades of Havelock Blue #4B71BE

Tints of Havelock Blue #4B71BE

RGB

 RED value IS 75 (29.69% from 255) = 19.84%

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 19.84%
G = 29.89%
B = 50.26%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B71BE (or 0x4B71BE) is known color: Havelock Blue. HEX triplet: 4B, 71 and BE. RGB value is (75,113,190). Sum of RGB (Red+Green+Blue) = 75+113+190=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B71BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B71BE is #B48E41. Grayscale: #6E6E6E. Windows color (decimal): -11832898 or 12480843. OLE color: 12480843.

HSL color Cylindrical-coordinate representation of color #4B71BE: hue angle of 220.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B71BE is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 113 190 -
CMYK 0.61 0.41 0 0.25
HSL 220.17º 0.47% 0.52% -
HSV(B) 220.17º 0.61% 0.75% -
XYZ 18.1 17.02 51.05 -
YUV 110.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 75 113 190 0.61 0.41 0 0.25 220.17 0.47 0.52
Hex 4B 71 BE 3D 29 0 19 DC 2F 34
Octal 113 161 276 75 51 0 31 334 57 64
Binary 1001011 1110001 10111110 111101 101001 0 11001 11011100 101111 110100

Color Harmonies of #4B71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B71BE

Black with #4B71BE

Text Example


Text Example

White with #4B71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,190); }

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

background-color css

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

 a { background-color: rgb(75,113,190); }

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

border-color css

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

 span { border-color: rgb(75,113,190); }

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