#4B74CC

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

Shades of Havelock Blue #4B74CC

Tints of Havelock Blue #4B74CC

Color information

#4B74CC (or 0x4B74CC) is unknown color: approx Havelock Blue. HEX triplet: 4B, 74 and CC. RGB value is (75,116,204). Sum of RGB (Red+Green+Blue) = 75+116+204=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B74CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B74CC is #B48B33. Grayscale: #717171. Windows color (decimal): -11832116 or 13399115. OLE color: 13399115.

HSL color Cylindrical-coordinate representation of color #4B74CC: hue angle of 220.93º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B74CC is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB75116204-
CMYK0.630.4300.2
HSL220.93º55.84%54.71%-
HSV(B)220.93º63.24%80%-
XYZ20.0518.3559.61-
YUV113.77178.92100.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=18.99%
G=29.37%
B=51.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal751162040.630.4300.2220.9355.8454.71
Hex4B74CC3F2B014dd3837
Octal11316431477530243357067
Binary100101111101001100110011111110101101010011011101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,116,204); }

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

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

 a { background-color: rgb(75,116,204); }

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

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

 span { border-color: rgb(75,116,204); }

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