#4744A9

Color #4744A9 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #4744A9

Tints of Governor Bay #4744A9

Color information

#4744A9 (or 0x4744A9) is unknown color: approx Governor Bay. HEX triplet: 47, 44 and A9. RGB value is (71,68,169). Sum of RGB (Red+Green+Blue) = 71+68+169=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #4744A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4744A9 is #B8BB56. Grayscale: #505050. Windows color (decimal): -12106583 or 11093063. OLE color: 11093063.

HSL color Cylindrical-coordinate representation of color #4744A9: hue angle of 241.78º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4744A9 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7168169-
CMYK0.580.6000.34
HSL241.78º42.62%46.47%-
HSV(B)241.78º59.76%66.27%-
XYZ11.838.3438.52-
YUV80.41177.99121.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 169 (66.41% from 255) = 54.87%
R=23.05%
G=22.08%
B=54.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal71681690.580.6000.34241.7842.6246.47
Hex4744A93A3C022f22b2e
Octal10710425172740423625356
Binary1000111100010010101001111010111100010001011110010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4744A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4744A9; }

 p { color: rgb(71,68,169); }

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

<style>
 a { background-color: #4744A9; }

 a { background-color: rgb(71,68,169); }

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

<style>
 span { border-color: #4744A9; }

 span { border-color: rgb(71,68,169); }

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