Html Css Color HEX #4D74BF Havelock Blue

📋 copy color: '#4D74BF'

red 77 ◦ green 116 ◦ blue 191

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

Shades of Havelock Blue #4D74BF

Tints of Havelock Blue #4D74BF

RGB

 RED value IS 77 (30.47% from 255) = 20.05%

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 20.05%
G = 30.21%
B = 49.74%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D74BF (or 0x4D74BF) is known color: Havelock Blue. HEX triplet: 4D, 74 and BF. RGB value is (77,116,191). Sum of RGB (Red+Green+Blue) = 77+116+191=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D74BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D74BF is #B28B40. Grayscale: #707070. Windows color (decimal): -11701057 or 12547149. OLE color: 12547149.

HSL color Cylindrical-coordinate representation of color #4D74BF: hue angle of 219.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D74BF is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 116 191 -
CMYK 0.60 0.39 0 0.25
HSL 219.47º 0.47% 0.53% -
HSV(B) 219.47º 0.6% 0.75% -
XYZ 18.71 17.83 51.75 -
YUV 112.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 77 116 191 0.60 0.39 0 0.25 219.47 0.47 0.53
Hex 4D 74 BF 3C 27 0 19 DB 2F 35
Octal 115 164 277 74 47 0 31 333 57 65
Binary 1001101 1110100 10111111 111100 100111 0 11001 11011011 101111 110101

Color Harmonies of #4D74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D74BF

Black with #4D74BF

Text Example


Text Example

White with #4D74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,116,191); }

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

background-color css

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

 a { background-color: rgb(77,116,191); }

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

border-color css

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

 span { border-color: rgb(77,116,191); }

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