#4B7CCE

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

Shades of Havelock Blue #4B7CCE

Tints of Havelock Blue #4B7CCE

Color information

#4B7CCE (or 0x4B7CCE) is unknown color: approx Havelock Blue. HEX triplet: 4B, 7C and CE. RGB value is (75,124,206). Sum of RGB (Red+Green+Blue) = 75+124+206=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B7CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7CCE is #B48331. Grayscale: #767676. Windows color (decimal): -11830066 or 13532235. OLE color: 13532235.

HSL color Cylindrical-coordinate representation of color #4B7CCE: hue angle of 217.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B7CCE is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75124206-
CMYK0.640.4000.19
HSL217.56º57.21%55.1%-
HSV(B)217.56º63.59%80.78%-
XYZ21.2520.3761.2-
YUV118.7177.2796.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.52%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 206 (80.86% from 255) = 50.86%
R=18.52%
G=30.62%
B=50.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751242060.640.4000.19217.5657.2155.1
Hex4B7CCE4028013da3937
Octal113174316100500233327167
Binary1001011111110011001110100000010100001001111011010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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