#4A84DD

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

Shades of Havelock Blue #4A84DD

Tints of Havelock Blue #4A84DD

Color information

#4A84DD (or 0x4A84DD) is unknown color: approx Havelock Blue. HEX triplet: 4A, 84 and DD. RGB value is (74,132,221). Sum of RGB (Red+Green+Blue) = 74+132+221=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A84DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A84DD is #B57B22. Grayscale: #7C7C7C. Windows color (decimal): -11893539 or 14517322. OLE color: 14517322.

HSL color Cylindrical-coordinate representation of color #4A84DD: hue angle of 216.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A84DD is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB74132221-
CMYK0.670.4000.13
HSL216.33º68.37%57.84%-
HSV(B)216.33º66.52%86.67%-
XYZ24.1323.1871.61-
YUV124.8182.2891.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.33%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 221 (86.72% from 255) = 51.76%
R=17.33%
G=30.91%
B=51.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal741322210.670.4000.13216.3368.3757.84
Hex4A84DD43280Dd8443a
Octal1122043351035001533010472
Binary10010101000010011011101100001110100001101110110001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,132,221); }

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

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

 a { background-color: rgb(74,132,221); }

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

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

 span { border-color: rgb(74,132,221); }

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