Html Css Color HEX #4B7ABC Havelock Blue

📋 copy color: '#4B7ABC'

red 75 ◦ green 122 ◦ blue 188

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

Shades of Havelock Blue #4B7ABC

Tints of Havelock Blue #4B7ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

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

R = 19.48%
G = 31.69%
B = 48.83%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B7ABC (or 0x4B7ABC) is known color: Havelock Blue. HEX triplet: 4B, 7A and BC. RGB value is (75,122,188). Sum of RGB (Red+Green+Blue) = 75+122+188=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ABC is #B48543. Grayscale: #737373. Windows color (decimal): -11830596 or 12352075. OLE color: 12352075.

HSL color Cylindrical-coordinate representation of color #4B7ABC: hue angle of 215.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B7ABC is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 122 188 -
CMYK 0.60 0.35 0 0.26
HSL 215.04º 0.46% 0.52% -
HSV(B) 215.04º 0.6% 0.74% -
XYZ 18.94 19.05 50.26 -
YUV 115.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 75 122 188 0.60 0.35 0 0.26 215.04 0.46 0.52
Hex 4B 7A BC 3C 23 0 1A D7 2E 34
Octal 113 172 274 74 43 0 32 327 56 64
Binary 1001011 1111010 10111100 111100 100011 0 11010 11010111 101110 110100

Color Harmonies of #4B7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7ABC

Black with #4B7ABC

Text Example


Text Example

White with #4B7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,188); }

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

background-color css

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

 a { background-color: rgb(75,122,188); }

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

border-color css

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

 span { border-color: rgb(75,122,188); }

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