Html Css Color HEX #4B7CC1 Havelock Blue

📋 copy color: '#4B7CC1'

red 75 ◦ green 124 ◦ blue 193

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

Shades of Havelock Blue #4B7CC1

Tints of Havelock Blue #4B7CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 19.13%
G = 31.63%
B = 49.23%

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

#4B7CC1 (or 0x4B7CC1) is known color: Havelock Blue. HEX triplet: 4B, 7C and C1. RGB value is (75,124,193). Sum of RGB (Red+Green+Blue) = 75+124+193=392 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.13% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B7CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7CC1 is #B4833E. Grayscale: #747474. Windows color (decimal): -11830079 or 12680267. OLE color: 12680267.

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

Color convert

RGB 75 124 193 -
CMYK 0.61 0.36 0 0.24
HSL 215.08º 0.49% 0.53% -
HSV(B) 215.08º 0.61% 0.76% -
XYZ 19.73 19.76 53.23 -
YUV 117.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 75 124 193 0.61 0.36 0 0.24 215.08 0.49 0.53
Hex 4B 7C C1 3D 24 0 18 D7 31 35
Octal 113 174 301 75 44 0 30 327 61 65
Binary 1001011 1111100 11000001 111101 100100 0 11000 11010111 110001 110101

Color Harmonies of #4B7CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7CC1

Black with #4B7CC1

Text Example


Text Example

White with #4B7CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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