Html Css Color HEX #474A90 Governor Bay

📋 copy color: '#474A90'

red 71 ◦ green 74 ◦ blue 144

#474A90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #474A90

Tints of Governor Bay #474A90

RGB

 RED value IS 71 (28.13% from 255) = 24.57%

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 24.57%
G = 25.61%
B = 49.83%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#474A90 (or 0x474A90) is known color: Governor Bay. HEX triplet: 47, 4A and 90. RGB value is (71,74,144). Sum of RGB (Red+Green+Blue) = 71+74+144=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #474A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A90 is #B8B56F. Grayscale: #505050. Windows color (decimal): -12105072 or 9456199. OLE color: 9456199.

HSL color Cylindrical-coordinate representation of color #474A90: hue angle of 237.53º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474A90 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 74 144 -
CMYK 0.51 0.49 0 0.44
HSL 237.53º 0.34% 0.42% -
HSV(B) 237.53º 0.51% 0.56% -
XYZ 10.08 8.25 27.45 -
YUV 81.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 71 74 144 0.51 0.49 0 0.44 237.53 0.34 0.42
Hex 47 4A 90 33 31 0 2C EE 22 2A
Octal 107 112 220 63 61 0 54 356 42 52
Binary 1000111 1001010 10010000 110011 110001 0 101100 11101110 100010 101010

Color Harmonies of #474A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A90

Black with #474A90

Text Example


Text Example

White with #474A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #474A90;
 }
 .AnyTagClassName
 {
   color: #474A90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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