Html Css Color HEX #4D82CD Havelock Blue

📋 copy color: '#4D82CD'

red 77 ◦ green 130 ◦ blue 205

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

Shades of Havelock Blue #4D82CD

Tints of Havelock Blue #4D82CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.55%

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 18.69%
G = 31.55%
B = 49.76%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D82CD (or 0x4D82CD) is known color: Havelock Blue. HEX triplet: 4D, 82 and CD. RGB value is (77,130,205). Sum of RGB (Red+Green+Blue) = 77+130+205=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D82CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D82CD is #B27D32. Grayscale: #7A7A7A. Windows color (decimal): -11697459 or 13468237. OLE color: 13468237.

HSL color Cylindrical-coordinate representation of color #4D82CD: hue angle of 215.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D82CD is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 130 205 -
CMYK 0.62 0.37 0 0.20
HSL 215.16º 0.56% 0.55% -
HSV(B) 215.16º 0.62% 0.8% -
XYZ 22.06 21.95 60.83 -
YUV 122.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 77 130 205 0.62 0.37 0 0.20 215.16 0.56 0.55
Hex 4D 82 CD 3E 25 0 14 D7 38 37
Octal 115 202 315 76 45 0 24 327 70 67
Binary 1001101 10000010 11001101 111110 100101 0 10100 11010111 111000 110111

Color Harmonies of #4D82CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D82CD

Black with #4D82CD

Text Example


Text Example

White with #4D82CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,130,205); }

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

background-color css

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

 a { background-color: rgb(77,130,205); }

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

border-color css

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

 span { border-color: rgb(77,130,205); }

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