Html Css Color HEX #465099 Governor Bay

📋 copy color: '#465099'

red 70 ◦ green 80 ◦ blue 153

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

Shades of Governor Bay #465099

Tints of Governor Bay #465099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 23.1%
G = 26.4%
B = 50.5%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#465099 (or 0x465099) is known color: Governor Bay. HEX triplet: 46, 50 and 99. RGB value is (70,80,153). Sum of RGB (Red+Green+Blue) = 70+80+153=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #465099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465099 is #B9AF66. Grayscale: #555555. Windows color (decimal): -12169063 or 10047558. OLE color: 10047558.

HSL color Cylindrical-coordinate representation of color #465099: hue angle of 232.77º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465099 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 80 153 -
CMYK 0.54 0.48 0 0.4
HSL 232.77º 0.37% 0.44% -
HSV(B) 232.77º 0.54% 0.6% -
XYZ 11.14 9.34 31.35 -
YUV 85.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 70 80 153 0.54 0.48 0 0.4 232.77 0.37 0.44
Hex 46 50 99 36 30 0 28 E9 25 2C
Octal 106 120 231 66 60 0 50 351 45 54
Binary 1000110 1010000 10011001 110110 110000 0 101000 11101001 100101 101100

Color Harmonies of #465099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465099

Black with #465099

Text Example


Text Example

White with #465099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465099; }

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

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

background-color css

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

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

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

border-color css

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

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

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