Html Css Color HEX #4D8ACF Havelock Blue

📋 copy color: '#4D8ACF'

red 77 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #4D8ACF

Tints of Havelock Blue #4D8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.7%

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 18.25%
G = 32.7%
B = 49.05%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D8ACF (or 0x4D8ACF) is known color: Havelock Blue. HEX triplet: 4D, 8A and CF. RGB value is (77,138,207). Sum of RGB (Red+Green+Blue) = 77+138+207=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ACF is #B27530. Grayscale: #7F7F7F. Windows color (decimal): -11695409 or 13601357. OLE color: 13601357.

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

Color convert

RGB 77 138 207 -
CMYK 0.63 0.33 0 0.19
HSL 211.85º 0.58% 0.56% -
HSV(B) 211.85º 0.63% 0.81% -
XYZ 23.41 24.26 62.48 -
YUV 127.63 172.79 91.89 -
System Red Green Blue C M Y K H S L
Decimal 77 138 207 0.63 0.33 0 0.19 211.85 0.58 0.56
Hex 4D 8A CF 3F 21 0 13 D4 3A 38
Octal 115 212 317 77 41 0 23 324 72 70
Binary 1001101 10001010 11001111 111111 100001 0 10011 11010100 111010 111000

Color Harmonies of #4D8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8ACF

Black with #4D8ACF

Text Example


Text Example

White with #4D8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,138,207); }

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

background-color css

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

 a { background-color: rgb(77,138,207); }

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

border-color css

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

 span { border-color: rgb(77,138,207); }

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