Html Css Color HEX #4B7BBE Havelock Blue

📋 copy color: '#4B7BBE'

red 75 ◦ green 123 ◦ blue 190

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

Shades of Havelock Blue #4B7BBE

Tints of Havelock Blue #4B7BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.7%

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

R = 19.33%
G = 31.7%
B = 48.97%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B7BBE (or 0x4B7BBE) is known color: Havelock Blue. HEX triplet: 4B, 7B and BE. RGB value is (75,123,190). Sum of RGB (Red+Green+Blue) = 75+123+190=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7BBE is #B48441. Grayscale: #737373. Windows color (decimal): -11830338 or 12483403. OLE color: 12483403.

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

Color convert

RGB 75 123 190 -
CMYK 0.61 0.35 0 0.25
HSL 214.96º 0.47% 0.52% -
HSV(B) 214.96º 0.61% 0.75% -
XYZ 19.28 19.38 51.44 -
YUV 116.29 169.6 98.55 -
System Red Green Blue C M Y K H S L
Decimal 75 123 190 0.61 0.35 0 0.25 214.96 0.47 0.52
Hex 4B 7B BE 3D 23 0 19 D7 2F 34
Octal 113 173 276 75 43 0 31 327 57 64
Binary 1001011 1111011 10111110 111101 100011 0 11001 11010111 101111 110100

Color Harmonies of #4B7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7BBE

Black with #4B7BBE

Text Example


Text Example

White with #4B7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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