#474B8D

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

Shades of Governor Bay #474B8D

Tints of Governor Bay #474B8D

Color information

#474B8D (or 0x474B8D) is unknown color: approx Governor Bay. HEX triplet: 47, 4B and 8D. RGB value is (71,75,141). Sum of RGB (Red+Green+Blue) = 71+75+141=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #474B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B8D is #B8B472. Grayscale: #515151. Windows color (decimal): -12104819 or 9259847. OLE color: 9259847.

HSL color Cylindrical-coordinate representation of color #474B8D: hue angle of 236.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474B8D is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7175141-
CMYK0.500.4700.45
HSL236.57º33.02%41.57%-
HSV(B)236.57º49.65%55.29%-
XYZ9.928.2926.28-
YUV81.33161.67120.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=24.74%
G=26.13%
B=49.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71751410.500.4700.45236.5733.0241.57
Hex474B8D322F02Ded212a
Octal10711321562570553554152
Binary1000111100101110001101110010101111010110111101101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,141); }

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

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

 a { background-color: rgb(71,75,141); }

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

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

 span { border-color: rgb(71,75,141); }

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