Html Css Color HEX #4D83BE Havelock Blue

📋 copy color: '#4D83BE'

red 77 ◦ green 131 ◦ blue 190

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

Shades of Havelock Blue #4D83BE

Tints of Havelock Blue #4D83BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 19.35%
G = 32.91%
B = 47.74%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D83BE (or 0x4D83BE) is known color: Havelock Blue. HEX triplet: 4D, 83 and BE. RGB value is (77,131,190). Sum of RGB (Red+Green+Blue) = 77+131+190=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D83BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D83BE is #B27C41. Grayscale: #797979. Windows color (decimal): -11697218 or 12485453. OLE color: 12485453.

HSL color Cylindrical-coordinate representation of color #4D83BE: hue angle of 211.33º 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 #4D83BE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 131 190 -
CMYK 0.59 0.31 0 0.25
HSL 211.33º 0.47% 0.52% -
HSV(B) 211.33º 0.59% 0.75% -
XYZ 20.47 21.53 51.79 -
YUV 121.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 77 131 190 0.59 0.31 0 0.25 211.33 0.47 0.52
Hex 4D 83 BE 3B 1F 0 19 D3 2F 34
Octal 115 203 276 73 37 0 31 323 57 64
Binary 1001101 10000011 10111110 111011 11111 0 11001 11010011 101111 110100

Color Harmonies of #4D83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D83BE

Black with #4D83BE

Text Example


Text Example

White with #4D83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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