Html Css Color HEX #4D85CE Havelock Blue

📋 copy color: '#4D85CE'

red 77 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #4D85CE

Tints of Havelock Blue #4D85CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

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

R = 18.51%
G = 31.97%
B = 49.52%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D85CE (or 0x4D85CE) is known color: Havelock Blue. HEX triplet: 4D, 85 and CE. RGB value is (77,133,206). Sum of RGB (Red+Green+Blue) = 77+133+206=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D85CE is #B27A31. Grayscale: #7C7C7C. Windows color (decimal): -11696690 or 13534541. OLE color: 13534541.

HSL color Cylindrical-coordinate representation of color #4D85CE: hue angle of 213.95º 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 #4D85CE is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 133 206 -
CMYK 0.63 0.35 0 0.19
HSL 213.95º 0.57% 0.55% -
HSV(B) 213.95º 0.63% 0.81% -
XYZ 22.59 22.81 61.6 -
YUV 124.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 77 133 206 0.63 0.35 0 0.19 213.95 0.57 0.55
Hex 4D 85 CE 3F 23 0 13 D6 39 37
Octal 115 205 316 77 43 0 23 326 71 67
Binary 1001101 10000101 11001110 111111 100011 0 10011 11010110 111001 110111

Color Harmonies of #4D85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D85CE

Black with #4D85CE

Text Example


Text Example

White with #4D85CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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