Html Css Color HEX #474DAA Governor Bay

📋 copy color: '#474DAA'

red 71 ◦ green 77 ◦ blue 170

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

Shades of Governor Bay #474DAA

Tints of Governor Bay #474DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 22.33%
G = 24.21%
B = 53.46%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#474DAA (or 0x474DAA) is known color: Governor Bay. HEX triplet: 47, 4D and AA. RGB value is (71,77,170). Sum of RGB (Red+Green+Blue) = 71+77+170=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #474DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DAA is #B8B255. Grayscale: #555555. Windows color (decimal): -12104278 or 11160903. OLE color: 11160903.

HSL color Cylindrical-coordinate representation of color #474DAA: hue angle of 236.36º 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 #474DAA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 77 170 -
CMYK 0.58 0.55 0 0.33
HSL 236.36º 0.41% 0.47% -
HSV(B) 236.36º 0.58% 0.67% -
XYZ 12.51 9.55 39.21 -
YUV 85.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 71 77 170 0.58 0.55 0 0.33 236.36 0.41 0.47
Hex 47 4D AA 3A 37 0 21 EC 29 2F
Octal 107 115 252 72 67 0 41 354 51 57
Binary 1000111 1001101 10101010 111010 110111 0 100001 11101100 101001 101111

Color Harmonies of #474DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DAA

Black with #474DAA

Text Example


Text Example

White with #474DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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