Html Css Color HEX #4B7FBF Havelock Blue

📋 copy color: '#4B7FBF'

red 75 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #4B7FBF

Tints of Havelock Blue #4B7FBF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

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

R = 19.08%
G = 32.32%
B = 48.6%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B7FBF (or 0x4B7FBF) is known color: Havelock Blue. HEX triplet: 4B, 7F and BF. RGB value is (75,127,191). Sum of RGB (Red+Green+Blue) = 75+127+191=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B7FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FBF is #B48040. Grayscale: #767676. Windows color (decimal): -11829313 or 12549963. OLE color: 12549963.

HSL color Cylindrical-coordinate representation of color #4B7FBF: hue angle of 213.1º degrees, saturation: 0.48, 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 #4B7FBF is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 127 191 -
CMYK 0.61 0.34 0 0.25
HSL 213.1º 0.48% 0.52% -
HSV(B) 213.1º 0.61% 0.75% -
XYZ 19.89 20.44 52.19 -
YUV 118.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 75 127 191 0.61 0.34 0 0.25 213.1 0.48 0.52
Hex 4B 7F BF 3D 22 0 19 D5 30 34
Octal 113 177 277 75 42 0 31 325 60 64
Binary 1001011 1111111 10111111 111101 100010 0 11001 11010101 110000 110100

Color Harmonies of #4B7FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7FBF

Black with #4B7FBF

Text Example


Text Example

White with #4B7FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,127,191); }

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

background-color css

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

 a { background-color: rgb(75,127,191); }

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

border-color css

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

 span { border-color: rgb(75,127,191); }

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