#474A98

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

Shades of Governor Bay #474A98

Tints of Governor Bay #474A98

Color information

#474A98 (or 0x474A98) is unknown color: approx Governor Bay. HEX triplet: 47, 4A and 98. RGB value is (71,74,152). Sum of RGB (Red+Green+Blue) = 71+74+152=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #474A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A98 is #B8B567. Grayscale: #515151. Windows color (decimal): -12105064 or 9980487. OLE color: 9980487.

HSL color Cylindrical-coordinate representation of color #474A98: hue angle of 237.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #474A98 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7174152-
CMYK0.530.5100.40
HSL237.78º36.32%43.73%-
HSV(B)237.78º53.29%59.61%-
XYZ10.718.530.78-
YUV82167.51120.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=23.91%
G=24.92%
B=51.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71741520.530.5100.40237.7836.3243.73
Hex474A983533028ee242c
Octal10711223065630503564454
Binary1000111100101010011000110101110011010100011101110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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