Html Css Color HEX #4D6FBA Havelock Blue

📋 copy color: '#4D6FBA'

red 77 ◦ green 111 ◦ blue 186

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

Shades of Havelock Blue #4D6FBA

Tints of Havelock Blue #4D6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 20.59%
G = 29.68%
B = 49.73%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D6FBA (or 0x4D6FBA) is known color: Havelock Blue. HEX triplet: 4D, 6F and BA. RGB value is (77,111,186). Sum of RGB (Red+Green+Blue) = 77+111+186=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D6FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6FBA is #B29045. Grayscale: #6D6D6D. Windows color (decimal): -11702342 or 12218189. OLE color: 12218189.

HSL color Cylindrical-coordinate representation of color #4D6FBA: hue angle of 221.28º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6FBA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 111 186 -
CMYK 0.59 0.40 0 0.27
HSL 221.28º 0.44% 0.52% -
HSV(B) 221.28º 0.59% 0.73% -
XYZ 17.61 16.49 48.71 -
YUV 109.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 77 111 186 0.59 0.40 0 0.27 221.28 0.44 0.52
Hex 4D 6F BA 3B 28 0 1B DD 2C 34
Octal 115 157 272 73 50 0 33 335 54 64
Binary 1001101 1101111 10111010 111011 101000 0 11011 11011101 101100 110100

Color Harmonies of #4D6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6FBA

Black with #4D6FBA

Text Example


Text Example

White with #4D6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,111,186); }

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

background-color css

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

 a { background-color: rgb(77,111,186); }

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

border-color css

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

 span { border-color: rgb(77,111,186); }

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