Html Css Color HEX #46549B Governor Bay

📋 copy color: '#46549B'

red 70 ◦ green 84 ◦ blue 155

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

Shades of Governor Bay #46549B

Tints of Governor Bay #46549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 155 (60.94% from 255) = 50.16%

R = 22.65%
G = 27.18%
B = 50.16%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46549B (or 0x46549B) is known color: Governor Bay. HEX triplet: 46, 54 and 9B. RGB value is (70,84,155). Sum of RGB (Red+Green+Blue) = 70+84+155=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #46549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46549B is #B9AB64. Grayscale: #575757. Windows color (decimal): -12168037 or 10179654. OLE color: 10179654.

HSL color Cylindrical-coordinate representation of color #46549B: hue angle of 230.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46549B is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 84 155 -
CMYK 0.55 0.46 0 0.39
HSL 230.12º 0.38% 0.44% -
HSV(B) 230.12º 0.55% 0.61% -
XYZ 11.61 10.01 32.33 -
YUV 87.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 70 84 155 0.55 0.46 0 0.39 230.12 0.38 0.44
Hex 46 54 9B 37 2E 0 27 E6 26 2C
Octal 106 124 233 67 56 0 47 346 46 54
Binary 1000110 1010100 10011011 110111 101110 0 100111 11100110 100110 101100

Color Harmonies of #46549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46549B

Black with #46549B

Text Example


Text Example

White with #46549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46549B; }

 p { color: rgb(70,84,155); }

 H1.HeaderClassName
 {
   color: #46549B;
 }
 .AnyTagClassName
 {
   color: #46549B;
 }
</style>

background-color css

<style>
 a { background-color: #46549B; }

 a { background-color: rgb(70,84,155); }

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

border-color css

<style>
 span { border-color: #46549B; }

 span { border-color: rgb(70,84,155); }

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