#4B7ACA

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

Shades of Havelock Blue #4B7ACA

Tints of Havelock Blue #4B7ACA

Color information

#4B7ACA (or 0x4B7ACA) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7A and CA. RGB value is (75,122,202). Sum of RGB (Red+Green+Blue) = 75+122+202=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B7ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7ACA is #B48535. Grayscale: #747474. Windows color (decimal): -11830582 or 13269579. OLE color: 13269579.

HSL color Cylindrical-coordinate representation of color #4B7ACA: hue angle of 217.8º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B7ACA is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB75122202-
CMYK0.630.4000.21
HSL217.8º54.51%54.31%-
HSV(B)217.8º62.87%79.22%-
XYZ20.5219.6858.59-
YUV117.07175.9398-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.80%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=18.80%
G=30.58%
B=50.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751222020.630.4000.21217.854.5154.31
Hex4B7ACA3F28015da3736
Octal11317231277500253326766
Binary100101111110101100101011111110100001010111011010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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