Html Css Color HEX #4946AA Governor Bay

📋 copy color: '#4946AA'

red 73 ◦ green 70 ◦ blue 170

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

Shades of Governor Bay #4946AA

Tints of Governor Bay #4946AA

RGB

 RED value IS 73 (28.91% from 255) = 23.32%

 GREEN value IS 70 (27.73% from 255) = 22.36%

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

R = 23.32%
G = 22.36%
B = 54.31%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4946AA (or 0x4946AA) is known color: Governor Bay. HEX triplet: 49, 46 and AA. RGB value is (73,70,170). Sum of RGB (Red+Green+Blue) = 73+70+170=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #4946AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4946AA is #B6B955. Grayscale: #515151. Windows color (decimal): -11974998 or 11159113. OLE color: 11159113.

HSL color Cylindrical-coordinate representation of color #4946AA: hue angle of 241.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4946AA is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 70 170 -
CMYK 0.57 0.59 0 0.33
HSL 241.8º 0.42% 0.47% -
HSV(B) 241.8º 0.59% 0.67% -
XYZ 12.19 8.7 39.07 -
YUV 82.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 73 70 170 0.57 0.59 0 0.33 241.8 0.42 0.47
Hex 49 46 AA 39 3B 0 21 F2 2A 2F
Octal 111 106 252 71 73 0 41 362 52 57
Binary 1001001 1000110 10101010 111001 111011 0 100001 11110010 101010 101111

Color Harmonies of #4946AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946AA

Black with #4946AA

Text Example


Text Example

White with #4946AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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