#4B74BC

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

Shades of Havelock Blue #4B74BC

Tints of Havelock Blue #4B74BC

Color information

#4B74BC (or 0x4B74BC) is unknown color: approx Havelock Blue. HEX triplet: 4B, 74 and BC. RGB value is (75,116,188). Sum of RGB (Red+Green+Blue) = 75+116+188=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B74BC is #B48B43. Grayscale: #6F6F6F. Windows color (decimal): -11832132 or 12350539. OLE color: 12350539.

HSL color Cylindrical-coordinate representation of color #4B74BC: hue angle of 218.23º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B74BC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75116188-
CMYK0.600.3800.26
HSL218.23º45.75%51.57%-
HSV(B)218.23º60.11%73.73%-
XYZ18.2217.6250.02-
YUV111.95170.92101.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.79%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=19.79%
G=30.61%
B=49.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751161880.600.3800.26218.2345.7551.57
Hex4B74BC3C2601Ada2e34
Octal11316427474460323325664
Binary100101111101001011110011110010011001101011011010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B74BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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