#4777C1

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

Shades of Havelock Blue #4777C1

Tints of Havelock Blue #4777C1

Color information

#4777C1 (or 0x4777C1) is unknown color: approx Havelock Blue. HEX triplet: 47, 77 and C1. RGB value is (71,119,193). Sum of RGB (Red+Green+Blue) = 71+119+193=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #4777C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777C1 is #B8883E. Grayscale: #707070. Windows color (decimal): -12093503 or 12678983. OLE color: 12678983.

HSL color Cylindrical-coordinate representation of color #4777C1: hue angle of 216.39º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4777C1 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB71119193-
CMYK0.630.3800.24
HSL216.39º49.59%51.76%-
HSV(B)216.39º63.21%75.69%-
XYZ18.8218.3853.01-
YUV113.08173.197.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 119 (46.88% from 255) = 31.07%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=18.54%
G=31.07%
B=50.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711191930.630.3800.24216.3949.5951.76
Hex4777C13F26018d83234
Octal10716730177460303306264
Binary100011111101111100000111111110011001100011011000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4777C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4777C1; }

 p { color: rgb(71,119,193); }

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

<style>
 a { background-color: #4777C1; }

 a { background-color: rgb(71,119,193); }

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

<style>
 span { border-color: #4777C1; }

 span { border-color: rgb(71,119,193); }

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