Html Css Color HEX #4D75CD Havelock Blue

📋 copy color: '#4D75CD'

red 77 ◦ green 117 ◦ blue 205

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

Shades of Havelock Blue #4D75CD

Tints of Havelock Blue #4D75CD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.32%

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

R = 19.3%
G = 29.32%
B = 51.38%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D75CD (or 0x4D75CD) is known color: Havelock Blue. HEX triplet: 4D, 75 and CD. RGB value is (77,117,205). Sum of RGB (Red+Green+Blue) = 77+117+205=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D75CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D75CD is #B28A32. Grayscale: #727272. Windows color (decimal): -11700787 or 13464909. OLE color: 13464909.

HSL color Cylindrical-coordinate representation of color #4D75CD: hue angle of 221.25º 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 #4D75CD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 117 205 -
CMYK 0.62 0.43 0 0.20
HSL 221.25º 0.56% 0.55% -
HSV(B) 221.25º 0.62% 0.8% -
XYZ 20.44 18.71 60.29 -
YUV 115.07 178.75 100.84 -
System Red Green Blue C M Y K H S L
Decimal 77 117 205 0.62 0.43 0 0.20 221.25 0.56 0.55
Hex 4D 75 CD 3E 2B 0 14 DD 38 37
Octal 115 165 315 76 53 0 24 335 70 67
Binary 1001101 1110101 11001101 111110 101011 0 10100 11011101 111000 110111

Color Harmonies of #4D75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D75CD

Black with #4D75CD

Text Example


Text Example

White with #4D75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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