Html Css Color HEX #4B7CC2 Havelock Blue

📋 copy color: '#4B7CC2'

red 75 ◦ green 124 ◦ blue 194

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

Shades of Havelock Blue #4B7CC2

Tints of Havelock Blue #4B7CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

 BLUE value IS 194 (76.17% from 255) = 49.36%

R = 19.08%
G = 31.55%
B = 49.36%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4B7CC2 (or 0x4B7CC2) is known color: Havelock Blue. HEX triplet: 4B, 7C and C2. RGB value is (75,124,194). Sum of RGB (Red+Green+Blue) = 75+124+194=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #4B7CC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7CC2 is #B4833D. Grayscale: #757575. Windows color (decimal): -11830078 or 12745803. OLE color: 12745803.

HSL color Cylindrical-coordinate representation of color #4B7CC2: hue angle of 215.29º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B7CC2 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 124 194 -
CMYK 0.61 0.36 0 0.24
HSL 215.29º 0.49% 0.53% -
HSV(B) 215.29º 0.61% 0.76% -
XYZ 19.85 19.81 53.82 -
YUV 117.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 75 124 194 0.61 0.36 0 0.24 215.29 0.49 0.53
Hex 4B 7C C2 3D 24 0 18 D7 31 35
Octal 113 174 302 75 44 0 30 327 61 65
Binary 1001011 1111100 11000010 111101 100100 0 11000 11010111 110001 110101

Color Harmonies of #4B7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7CC2

Black with #4B7CC2

Text Example


Text Example

White with #4B7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,124,194); }

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

background-color css

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

 a { background-color: rgb(75,124,194); }

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

border-color css

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

 span { border-color: rgb(75,124,194); }

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