Html Css Color HEX #465091 Governor Bay

📋 copy color: '#465091'

red 70 ◦ green 80 ◦ blue 145

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

Shades of Governor Bay #465091

Tints of Governor Bay #465091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 23.73%
G = 27.12%
B = 49.15%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#465091 (or 0x465091) is known color: Governor Bay. HEX triplet: 46, 50 and 91. RGB value is (70,80,145). Sum of RGB (Red+Green+Blue) = 70+80+145=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #465091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465091 is #B9AF6E. Grayscale: #545454. Windows color (decimal): -12169071 or 9523270. OLE color: 9523270.

HSL color Cylindrical-coordinate representation of color #465091: hue angle of 232º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465091 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 80 145 -
CMYK 0.52 0.45 0 0.43
HSL 232º 0.35% 0.42% -
HSV(B) 232º 0.52% 0.57% -
XYZ 10.51 9.08 27.99 -
YUV 84.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 70 80 145 0.52 0.45 0 0.43 232 0.35 0.42
Hex 46 50 91 34 2D 0 2B E8 23 2A
Octal 106 120 221 64 55 0 53 350 43 52
Binary 1000110 1010000 10010001 110100 101101 0 101011 11101000 100011 101010

Color Harmonies of #465091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465091

Black with #465091

Text Example


Text Example

White with #465091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465091; }

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

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

background-color css

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

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

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

border-color css

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

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

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