#474AAA

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

Shades of Governor Bay #474AAA

Tints of Governor Bay #474AAA

Color information

#474AAA (or 0x474AAA) is unknown color: approx Governor Bay. HEX triplet: 47, 4A and AA. RGB value is (71,74,170). Sum of RGB (Red+Green+Blue) = 71+74+170=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #474AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474AAA is #B8B555. Grayscale: #535353. Windows color (decimal): -12105046 or 11160135. OLE color: 11160135.

HSL color Cylindrical-coordinate representation of color #474AAA: hue angle of 238.18º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474AAA is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7174170-
CMYK0.580.5600.33
HSL238.18º41.08%47.25%-
HSV(B)238.18º58.24%66.67%-
XYZ12.39.1439.15-
YUV84.05176.51118.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=22.54%
G=23.49%
B=53.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71741700.580.5600.33238.1841.0847.25
Hex474AAA3A38021ee292f
Octal10711225272700413565157
Binary1000111100101010101010111010111000010000111101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474AAA; }

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

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

<style>
 a { background-color: #474AAA; }

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

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

<style>
 span { border-color: #474AAA; }

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

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