#4B6DBE

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

Shades of Havelock Blue #4B6DBE

Tints of Havelock Blue #4B6DBE

Color information

#4B6DBE (or 0x4B6DBE) is unknown color: approx Havelock Blue. HEX triplet: 4B, 6D and BE. RGB value is (75,109,190). Sum of RGB (Red+Green+Blue) = 75+109+190=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B6DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6DBE is #B49241. Grayscale: #6B6B6B. Windows color (decimal): -11833922 or 12479819. OLE color: 12479819.

HSL color Cylindrical-coordinate representation of color #4B6DBE: hue angle of 222.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B6DBE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75109190-
CMYK0.610.4300.25
HSL222.26º46.94%51.96%-
HSV(B)222.26º60.53%74.51%-
XYZ17.6616.1550.9-
YUV108.07174.24104.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=20.05%
G=29.14%
B=50.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751091900.610.4300.25222.2646.9451.96
Hex4B6DBE3D2B019de2f34
Octal11315527675530313365764
Binary100101111011011011111011110110101101100111011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,109,190); }

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

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

 a { background-color: rgb(75,109,190); }

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

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

 span { border-color: rgb(75,109,190); }

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