Html Css Color HEX #465695 Governor Bay

📋 copy color: '#465695'

red 70 ◦ green 86 ◦ blue 149

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

Shades of Governor Bay #465695

Tints of Governor Bay #465695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.2%

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 22.95%
G = 28.2%
B = 48.85%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#465695 (or 0x465695) is known color: Governor Bay. HEX triplet: 46, 56 and 95. RGB value is (70,86,149). Sum of RGB (Red+Green+Blue) = 70+86+149=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #465695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465695 is #B9A96A. Grayscale: #585858. Windows color (decimal): -12167531 or 9786950. OLE color: 9786950.

HSL color Cylindrical-coordinate representation of color #465695: hue angle of 227.85º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #465695 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 86 149 -
CMYK 0.53 0.42 0 0.42
HSL 227.85º 0.36% 0.43% -
HSV(B) 227.85º 0.53% 0.58% -
XYZ 11.28 10.13 29.79 -
YUV 88.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 70 86 149 0.53 0.42 0 0.42 227.85 0.36 0.43
Hex 46 56 95 35 2A 0 2A E4 24 2B
Octal 106 126 225 65 52 0 52 344 44 53
Binary 1000110 1010110 10010101 110101 101010 0 101010 11100100 100100 101011

Color Harmonies of #465695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465695

Black with #465695

Text Example


Text Example

White with #465695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465695; }

 p { color: rgb(70,86,149); }

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

background-color css

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

 a { background-color: rgb(70,86,149); }

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

border-color css

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

 span { border-color: rgb(70,86,149); }

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