#4B7BC1

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

Shades of Havelock Blue #4B7BC1

Tints of Havelock Blue #4B7BC1

Color information

#4B7BC1 (or 0x4B7BC1) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7B and C1. RGB value is (75,123,193). Sum of RGB (Red+Green+Blue) = 75+123+193=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #4B7BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7BC1 is #B4843E. Grayscale: #747474. Windows color (decimal): -11830335 or 12680011. OLE color: 12680011.

HSL color Cylindrical-coordinate representation of color #4B7BC1: hue angle of 215.59º 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 #4B7BC1 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB75123193-
CMYK0.610.3600.24
HSL215.59º48.76%52.55%-
HSV(B)215.59º61.14%75.69%-
XYZ19.6119.5153.18-
YUV116.63171.198.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=19.18%
G=31.46%
B=49.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751231930.610.3600.24215.5948.7652.55
Hex4B7BC13D24018d83135
Octal11317330175440303306165
Binary100101111110111100000111110110010001100011011000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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