#4741AA

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

Shades of Governor Bay #4741AA

Tints of Governor Bay #4741AA

Color information

#4741AA (or 0x4741AA) is unknown color: approx Governor Bay. HEX triplet: 47, 41 and AA. RGB value is (71,65,170). Sum of RGB (Red+Green+Blue) = 71+65+170=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #4741AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4741AA is #B8BE55. Grayscale: #4E4E4E. Windows color (decimal): -12107350 or 11157831. OLE color: 11157831.

HSL color Cylindrical-coordinate representation of color #4741AA: hue angle of 243.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4741AA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7165170-
CMYK0.580.6200.33
HSL243.43º44.68%46.08%-
HSV(B)243.43º61.76%66.67%-
XYZ11.748.0238.96-
YUV78.76179.49122.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=23.20%
G=21.24%
B=55.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71651700.580.6200.33243.4344.6846.08
Hex4741AA3A3E021f32d2e
Octal10710125272760413635556
Binary1000111100000110101010111010111110010000111110011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4741AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4741AA; }

 p { color: rgb(71,65,170); }

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

<style>
 a { background-color: #4741AA; }

 a { background-color: rgb(71,65,170); }

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

<style>
 span { border-color: #4741AA; }

 span { border-color: rgb(71,65,170); }

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