Html Css Color HEX #46508F Governor Bay

📋 copy color: '#46508F'

red 70 ◦ green 80 ◦ blue 143

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

Shades of Governor Bay #46508F

Tints of Governor Bay #46508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.81%

R = 23.89%
G = 27.3%
B = 48.81%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46508F (or 0x46508F) is known color: Governor Bay. HEX triplet: 46, 50 and 8F. RGB value is (70,80,143). Sum of RGB (Red+Green+Blue) = 70+80+143=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #46508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46508F is #B9AF70. Grayscale: #535353. Windows color (decimal): -12169073 or 9392198. OLE color: 9392198.

HSL color Cylindrical-coordinate representation of color #46508F: hue angle of 231.78º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46508F is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 80 143 -
CMYK 0.51 0.44 0 0.44
HSL 231.78º 0.34% 0.42% -
HSV(B) 231.78º 0.51% 0.56% -
XYZ 10.35 9.02 27.18 -
YUV 84.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 70 80 143 0.51 0.44 0 0.44 231.78 0.34 0.42
Hex 46 50 8F 33 2C 0 2C E8 22 2A
Octal 106 120 217 63 54 0 54 350 42 52
Binary 1000110 1010000 10001111 110011 101100 0 101100 11101000 100010 101010

Color Harmonies of #46508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46508F

Black with #46508F

Text Example


Text Example

White with #46508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46508F; }

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

 H1.HeaderClassName
 {
   color: #46508F;
 }
 .AnyTagClassName
 {
   color: #46508F;
 }
</style>

background-color css

<style>
 a { background-color: #46508F; }

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

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

border-color css

<style>
 span { border-color: #46508F; }

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

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