Html Css Color HEX #46509B Governor Bay

📋 copy color: '#46509B'

red 70 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #46509B

Tints of Governor Bay #46509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 22.95%
G = 26.23%
B = 50.82%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46509B (or 0x46509B) is known color: Governor Bay. HEX triplet: 46, 50 and 9B. RGB value is (70,80,155). Sum of RGB (Red+Green+Blue) = 70+80+155=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #46509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46509B is #B9AF64. Grayscale: #555555. Windows color (decimal): -12169061 or 10178630. OLE color: 10178630.

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

Color convert

RGB 70 80 155 -
CMYK 0.55 0.48 0 0.39
HSL 232.94º 0.38% 0.44% -
HSV(B) 232.94º 0.55% 0.61% -
XYZ 11.31 9.41 32.23 -
YUV 85.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 70 80 155 0.55 0.48 0 0.39 232.94 0.38 0.44
Hex 46 50 9B 37 30 0 27 E9 26 2C
Octal 106 120 233 67 60 0 47 351 46 54
Binary 1000110 1010000 10011011 110111 110000 0 100111 11101001 100110 101100

Color Harmonies of #46509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46509B

Black with #46509B

Text Example


Text Example

White with #46509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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