Html Css Color HEX #465497 Governor Bay

📋 copy color: '#465497'

red 70 ◦ green 84 ◦ blue 151

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

Shades of Governor Bay #465497

Tints of Governor Bay #465497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 151 (59.38% from 255) = 49.51%

R = 22.95%
G = 27.54%
B = 49.51%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#465497 (or 0x465497) is known color: Governor Bay. HEX triplet: 46, 54 and 97. RGB value is (70,84,151). Sum of RGB (Red+Green+Blue) = 70+84+151=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #465497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465497 is #B9AB68. Grayscale: #575757. Windows color (decimal): -12168041 or 9917510. OLE color: 9917510.

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

Color convert

RGB 70 84 151 -
CMYK 0.54 0.44 0 0.41
HSL 229.63º 0.37% 0.43% -
HSV(B) 229.63º 0.54% 0.59% -
XYZ 11.28 9.88 30.59 -
YUV 87.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 70 84 151 0.54 0.44 0 0.41 229.63 0.37 0.43
Hex 46 54 97 36 2C 0 29 E6 25 2B
Octal 106 124 227 66 54 0 51 346 45 53
Binary 1000110 1010100 10010111 110110 101100 0 101001 11100110 100101 101011

Color Harmonies of #465497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465497

Black with #465497

Text Example


Text Example

White with #465497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465497; }

 p { color: rgb(70,84,151); }

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

background-color css

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

 a { background-color: rgb(70,84,151); }

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

border-color css

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

 span { border-color: rgb(70,84,151); }

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