Html Css Color HEX #46559C Governor Bay

📋 copy color: '#46559C'

red 70 ◦ green 85 ◦ blue 156

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

Shades of Governor Bay #46559C

Tints of Governor Bay #46559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 22.51%
G = 27.33%
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

#46559C (or 0x46559C) is known color: Governor Bay. HEX triplet: 46, 55 and 9C. RGB value is (70,85,156). Sum of RGB (Red+Green+Blue) = 70+85+156=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #46559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46559C is #B9AA63. Grayscale: #585858. Windows color (decimal): -12167780 or 10245446. OLE color: 10245446.

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

Color convert

RGB 70 85 156 -
CMYK 0.55 0.46 0 0.39
HSL 229.53º 0.38% 0.44% -
HSV(B) 229.53º 0.55% 0.61% -
XYZ 11.78 10.2 32.8 -
YUV 88.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 70 85 156 0.55 0.46 0 0.39 229.53 0.38 0.44
Hex 46 55 9C 37 2E 0 27 E6 26 2C
Octal 106 125 234 67 56 0 47 346 46 54
Binary 1000110 1010101 10011100 110111 101110 0 100111 11100110 100110 101100

Color Harmonies of #46559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46559C

Black with #46559C

Text Example


Text Example

White with #46559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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