#4A8BDA

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

Shades of Havelock Blue #4A8BDA

Tints of Havelock Blue #4A8BDA

Color information

#4A8BDA (or 0x4A8BDA) is unknown color: approx Havelock Blue. HEX triplet: 4A, 8B and DA. RGB value is (74,139,218). Sum of RGB (Red+Green+Blue) = 74+139+218=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A8BDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8BDA is #B57425. Grayscale: #808080. Windows color (decimal): -11891750 or 14322506. OLE color: 14322506.

HSL color Cylindrical-coordinate representation of color #4A8BDA: hue angle of 212.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A8BDA is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB74139218-
CMYK0.660.3600.15
HSL212.92º66.06%57.25%-
HSV(B)212.92º66.06%85.49%-
XYZ24.7124.9869.85-
YUV128.57178.4789.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.17%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 218 (85.55% from 255) = 50.58%
R=17.17%
G=32.25%
B=50.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal741392180.660.3600.15212.9266.0657.25
Hex4A8BDA42240Fd54239
Octal1122133321024401732510271
Binary10010101000101111011010100001010010001111110101011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,139,218); }

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

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

 a { background-color: rgb(74,139,218); }

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

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

 span { border-color: rgb(74,139,218); }

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