Html Css Color HEX #4D74BE Havelock Blue

📋 copy color: '#4D74BE'

red 77 ◦ green 116 ◦ blue 190

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

Shades of Havelock Blue #4D74BE

Tints of Havelock Blue #4D74BE

RGB

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

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

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

R = 20.1%
G = 30.29%
B = 49.61%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D74BE (or 0x4D74BE) is known color: Havelock Blue. HEX triplet: 4D, 74 and BE. RGB value is (77,116,190). Sum of RGB (Red+Green+Blue) = 77+116+190=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D74BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D74BE is #B28B41. Grayscale: #707070. Windows color (decimal): -11701058 or 12481613. OLE color: 12481613.

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

Color convert

RGB 77 116 190 -
CMYK 0.59 0.39 0 0.25
HSL 219.29º 0.47% 0.52% -
HSV(B) 219.29º 0.59% 0.75% -
XYZ 18.6 17.79 51.17 -
YUV 112.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 77 116 190 0.59 0.39 0 0.25 219.29 0.47 0.52
Hex 4D 74 BE 3B 27 0 19 DB 2F 34
Octal 115 164 276 73 47 0 31 333 57 64
Binary 1001101 1110100 10111110 111011 100111 0 11001 11011011 101111 110100

Color Harmonies of #4D74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D74BE

Black with #4D74BE

Text Example


Text Example

White with #4D74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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