#4B7CC4

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

Shades of Havelock Blue #4B7CC4

Tints of Havelock Blue #4B7CC4

Color information

#4B7CC4 (or 0x4B7CC4) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7C and C4. RGB value is (75,124,196). Sum of RGB (Red+Green+Blue) = 75+124+196=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #4B7CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7CC4 is #B4833B. Grayscale: #757575. Windows color (decimal): -11830076 or 12876875. OLE color: 12876875.

HSL color Cylindrical-coordinate representation of color #4B7CC4: hue angle of 215.7º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B7CC4 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB75124196-
CMYK0.620.3700.23
HSL215.7º50.63%53.14%-
HSV(B)215.7º61.73%76.86%-
XYZ20.0719.955.01-
YUV117.56172.2797.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 196 (76.95% from 255) = 49.62%
R=18.99%
G=31.39%
B=49.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal751241960.620.3700.23215.750.6353.14
Hex4B7CC43E25017d83335
Octal11317430476450273306365
Binary100101111111001100010011111010010101011111011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,124,196); }

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

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

 a { background-color: rgb(75,124,196); }

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

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

 span { border-color: rgb(75,124,196); }

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