Html Css Color HEX #4749AA Governor Bay

📋 copy color: '#4749AA'

red 71 ◦ green 73 ◦ blue 170

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

Shades of Governor Bay #4749AA

Tints of Governor Bay #4749AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

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

R = 22.61%
G = 23.25%
B = 54.14%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4749AA (or 0x4749AA) is known color: Governor Bay. HEX triplet: 47, 49 and AA. RGB value is (71,73,170). Sum of RGB (Red+Green+Blue) = 71+73+170=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #4749AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4749AA is #B8B655. Grayscale: #535353. Windows color (decimal): -12105302 or 11159879. OLE color: 11159879.

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

Color convert

RGB 71 73 170 -
CMYK 0.58 0.57 0 0.33
HSL 238.79º 0.41% 0.47% -
HSV(B) 238.79º 0.58% 0.67% -
XYZ 12.24 9.01 39.12 -
YUV 83.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 71 73 170 0.58 0.57 0 0.33 238.79 0.41 0.47
Hex 47 49 AA 3A 39 0 21 EF 29 2F
Octal 107 111 252 72 71 0 41 357 51 57
Binary 1000111 1001001 10101010 111010 111001 0 100001 11101111 101001 101111

Color Harmonies of #4749AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4749AA

Black with #4749AA

Text Example


Text Example

White with #4749AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4749AA; }

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

 H1.HeaderClassName
 {
   color: #4749AA;
 }
 .AnyTagClassName
 {
   color: #4749AA;
 }
</style>

background-color css

<style>
 a { background-color: #4749AA; }

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

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

border-color css

<style>
 span { border-color: #4749AA; }

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

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