Html Css Color HEX #4649AA Governor Bay

📋 copy color: '#4649AA'

red 70 ◦ green 73 ◦ blue 170

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

Shades of Governor Bay #4649AA

Tints of Governor Bay #4649AA

RGB

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

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

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

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

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4649AA (or 0x4649AA) is known color: Governor Bay. HEX triplet: 46, 49 and AA. RGB value is (70,73,170). Sum of RGB (Red+Green+Blue) = 70+73+170=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 73 (28.91% from 255 or 23.32% 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 #4649AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4649AA is #B9B655. Grayscale: #525252. Windows color (decimal): -12170838 or 11159878. OLE color: 11159878.

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

Color convert

RGB 70 73 170 -
CMYK 0.59 0.57 0 0.33
HSL 238.2º 0.42% 0.47% -
HSV(B) 238.2º 0.59% 0.67% -
XYZ 12.16 8.97 39.12 -
YUV 83.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 70 73 170 0.59 0.57 0 0.33 238.2 0.42 0.47
Hex 46 49 AA 3B 39 0 21 EE 2A 2F
Octal 106 111 252 73 71 0 41 356 52 57
Binary 1000110 1001001 10101010 111011 111001 0 100001 11101110 101010 101111

Color Harmonies of #4649AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4649AA

Black with #4649AA

Text Example


Text Example

White with #4649AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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