Html Css Color HEX #465290 Governor Bay

📋 copy color: '#465290'

red 70 ◦ green 82 ◦ blue 144

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

Shades of Governor Bay #465290

Tints of Governor Bay #465290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 23.65%
G = 27.7%
B = 48.65%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#465290 (or 0x465290) is known color: Governor Bay. HEX triplet: 46, 52 and 90. RGB value is (70,82,144). Sum of RGB (Red+Green+Blue) = 70+82+144=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #465290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465290 is #B9AD6F. Grayscale: #555555. Windows color (decimal): -12168560 or 9458246. OLE color: 9458246.

HSL color Cylindrical-coordinate representation of color #465290: hue angle of 230.27º degrees, saturation: 0.35, 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 #465290 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 82 144 -
CMYK 0.51 0.43 0 0.44
HSL 230.27º 0.35% 0.42% -
HSV(B) 230.27º 0.51% 0.56% -
XYZ 10.58 9.35 27.63 -
YUV 85.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 70 82 144 0.51 0.43 0 0.44 230.27 0.35 0.42
Hex 46 52 90 33 2B 0 2C E6 23 2A
Octal 106 122 220 63 53 0 54 346 43 52
Binary 1000110 1010010 10010000 110011 101011 0 101100 11100110 100011 101010

Color Harmonies of #465290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465290

Black with #465290

Text Example


Text Example

White with #465290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465290; }

 p { color: rgb(70,82,144); }

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

background-color css

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

 a { background-color: rgb(70,82,144); }

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

border-color css

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

 span { border-color: rgb(70,82,144); }

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