Html Css Color HEX #46509E Governor Bay

📋 copy color: '#46509E'

red 70 ◦ green 80 ◦ blue 158

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

Shades of Governor Bay #46509E

Tints of Governor Bay #46509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 22.73%
G = 25.97%
B = 51.3%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46509E (or 0x46509E) is known color: Governor Bay. HEX triplet: 46, 50 and 9E. RGB value is (70,80,158). Sum of RGB (Red+Green+Blue) = 70+80+158=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #46509E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46509E is #B9AF61. Grayscale: #555555. Windows color (decimal): -12169058 or 10375238. OLE color: 10375238.

HSL color Cylindrical-coordinate representation of color #46509E: hue angle of 233.18º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46509E is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 80 158 -
CMYK 0.56 0.49 0 0.38
HSL 233.18º 0.39% 0.45% -
HSV(B) 233.18º 0.56% 0.62% -
XYZ 11.57 9.51 33.57 -
YUV 85.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 70 80 158 0.56 0.49 0 0.38 233.18 0.39 0.45
Hex 46 50 9E 38 31 0 26 E9 27 2D
Octal 106 120 236 70 61 0 46 351 47 55
Binary 1000110 1010000 10011110 111000 110001 0 100110 11101001 100111 101101

Color Harmonies of #46509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46509E

Black with #46509E

Text Example


Text Example

White with #46509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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