Html Css Color HEX #4D83CE Havelock Blue

📋 copy color: '#4D83CE'

red 77 ◦ green 131 ◦ blue 206

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

Shades of Havelock Blue #4D83CE

Tints of Havelock Blue #4D83CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 18.6%
G = 31.64%
B = 49.76%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D83CE (or 0x4D83CE) is known color: Havelock Blue. HEX triplet: 4D, 83 and CE. RGB value is (77,131,206). Sum of RGB (Red+Green+Blue) = 77+131+206=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D83CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D83CE is #B27C31. Grayscale: #7B7B7B. Windows color (decimal): -11697202 or 13534029. OLE color: 13534029.

HSL color Cylindrical-coordinate representation of color #4D83CE: hue angle of 214.88º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D83CE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 131 206 -
CMYK 0.63 0.36 0 0.19
HSL 214.88º 0.57% 0.55% -
HSV(B) 214.88º 0.63% 0.81% -
XYZ 22.32 22.27 61.51 -
YUV 123.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 77 131 206 0.63 0.36 0 0.19 214.88 0.57 0.55
Hex 4D 83 CE 3F 24 0 13 D7 39 37
Octal 115 203 316 77 44 0 23 327 71 67
Binary 1001101 10000011 11001110 111111 100100 0 10011 11010111 111001 110111

Color Harmonies of #4D83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D83CE

Black with #4D83CE

Text Example


Text Example

White with #4D83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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