#4B7AC1

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

Shades of Havelock Blue #4B7AC1

Tints of Havelock Blue #4B7AC1

Color information

#4B7AC1 (or 0x4B7AC1) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7A and C1. RGB value is (75,122,193). Sum of RGB (Red+Green+Blue) = 75+122+193=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B7AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7AC1 is #B4853E. Grayscale: #737373. Windows color (decimal): -11830591 or 12679755. OLE color: 12679755.

HSL color Cylindrical-coordinate representation of color #4B7AC1: hue angle of 216.1º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B7AC1 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB75122193-
CMYK0.610.3700.24
HSL216.1º48.76%52.55%-
HSV(B)216.1º61.14%75.69%-
XYZ19.4919.2753.14-
YUV116.04171.4398.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.23%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=19.23%
G=31.28%
B=49.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751221930.610.3700.24216.148.7652.55
Hex4B7AC13D25018d83135
Octal11317230175450303306165
Binary100101111110101100000111110110010101100011011000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,193); }

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

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

 a { background-color: rgb(75,122,193); }

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

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

 span { border-color: rgb(75,122,193); }

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