Html Css Color HEX #46559D Governor Bay

📋 copy color: '#46559D'

red 70 ◦ green 85 ◦ blue 157

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

Shades of Governor Bay #46559D

Tints of Governor Bay #46559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 22.44%
G = 27.24%
B = 50.32%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46559D (or 0x46559D) is known color: Governor Bay. HEX triplet: 46, 55 and 9D. RGB value is (70,85,157). Sum of RGB (Red+Green+Blue) = 70+85+157=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #46559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46559D is #B9AA62. Grayscale: #585858. Windows color (decimal): -12167779 or 10310982. OLE color: 10310982.

HSL color Cylindrical-coordinate representation of color #46559D: hue angle of 229.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46559D is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 85 157 -
CMYK 0.55 0.46 0 0.38
HSL 229.66º 0.38% 0.45% -
HSV(B) 229.66º 0.55% 0.62% -
XYZ 11.86 10.23 33.25 -
YUV 88.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 70 85 157 0.55 0.46 0 0.38 229.66 0.38 0.45
Hex 46 55 9D 37 2E 0 26 E6 26 2D
Octal 106 125 235 67 56 0 46 346 46 55
Binary 1000110 1010101 10011101 110111 101110 0 100110 11100110 100110 101101

Color Harmonies of #46559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46559D

Black with #46559D

Text Example


Text Example

White with #46559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46559D; }

 p { color: rgb(70,85,157); }

 H1.HeaderClassName
 {
   color: #46559D;
 }
 .AnyTagClassName
 {
   color: #46559D;
 }
</style>

background-color css

<style>
 a { background-color: #46559D; }

 a { background-color: rgb(70,85,157); }

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

border-color css

<style>
 span { border-color: #46559D; }

 span { border-color: rgb(70,85,157); }

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