Html Css Color HEX #46559B Governor Bay

📋 copy color: '#46559B'

red 70 ◦ green 85 ◦ blue 155

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

Shades of Governor Bay #46559B

Tints of Governor Bay #46559B

RGB

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

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

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

R = 22.58%
G = 27.42%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46559B (or 0x46559B) is known color: Governor Bay. HEX triplet: 46, 55 and 9B. RGB value is (70,85,155). Sum of RGB (Red+Green+Blue) = 70+85+155=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #46559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46559B is #B9AA64. Grayscale: #585858. Windows color (decimal): -12167781 or 10179910. OLE color: 10179910.

HSL color Cylindrical-coordinate representation of color #46559B: hue angle of 229.41º 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 #46559B is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 85 155 -
CMYK 0.55 0.45 0 0.39
HSL 229.41º 0.38% 0.44% -
HSV(B) 229.41º 0.55% 0.61% -
XYZ 11.69 10.17 32.36 -
YUV 88.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 70 85 155 0.55 0.45 0 0.39 229.41 0.38 0.44
Hex 46 55 9B 37 2D 0 27 E5 26 2C
Octal 106 125 233 67 55 0 47 345 46 54
Binary 1000110 1010101 10011011 110111 101101 0 100111 11100101 100110 101100

Color Harmonies of #46559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46559B

Black with #46559B

Text Example


Text Example

White with #46559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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