#4A6FBE

Color #4A6FBE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4A6FBE

Tints of Havelock Blue #4A6FBE

Color information

#4A6FBE (or 0x4A6FBE) is unknown color: approx Havelock Blue. HEX triplet: 4A, 6F and BE. RGB value is (74,111,190). Sum of RGB (Red+Green+Blue) = 74+111+190=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A6FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6FBE is #B59041. Grayscale: #6C6C6C. Windows color (decimal): -11898946 or 12480330. OLE color: 12480330.

HSL color Cylindrical-coordinate representation of color #4A6FBE: hue angle of 220.86º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A6FBE is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74111190-
CMYK0.610.4200.25
HSL220.86º47.15%51.76%-
HSV(B)220.86º61.05%74.51%-
XYZ17.816.5450.97-
YUV108.94173.74103.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.73%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=19.73%
G=29.6%
B=50.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741111900.610.4200.25220.8647.1551.76
Hex4A6FBE3D2A019dd2f34
Octal11215727675520313355764
Binary100101011011111011111011110110101001100111011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,111,190); }

 H1.HeaderClassName
 {
   color: #4A6FBE;
 }
 .AnyTagClassName
 {
   color: #4A6FBE;
 }
</style>
background-color css

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

 a { background-color: rgb(74,111,190); }

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

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

 span { border-color: rgb(74,111,190); }

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