Html Css Color HEX #4D83CA Havelock Blue

📋 copy color: '#4D83CA'

red 77 ◦ green 131 ◦ blue 202

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

Shades of Havelock Blue #4D83CA

Tints of Havelock Blue #4D83CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 18.78%
G = 31.95%
B = 49.27%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D83CA (or 0x4D83CA) is known color: Havelock Blue. HEX triplet: 4D, 83 and CA. RGB value is (77,131,202). Sum of RGB (Red+Green+Blue) = 77+131+202=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D83CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D83CA is #B27C35. Grayscale: #7A7A7A. Windows color (decimal): -11697206 or 13271885. OLE color: 13271885.

HSL color Cylindrical-coordinate representation of color #4D83CA: hue angle of 214.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D83CA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 131 202 -
CMYK 0.62 0.35 0 0.21
HSL 214.08º 0.54% 0.55% -
HSV(B) 214.08º 0.62% 0.79% -
XYZ 21.84 22.07 58.99 -
YUV 122.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 77 131 202 0.62 0.35 0 0.21 214.08 0.54 0.55
Hex 4D 83 CA 3E 23 0 15 D6 36 37
Octal 115 203 312 76 43 0 25 326 66 67
Binary 1001101 10000011 11001010 111110 100011 0 10101 11010110 110110 110111

Color Harmonies of #4D83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D83CA

Black with #4D83CA

Text Example


Text Example

White with #4D83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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