Html Css Color HEX #464992 Governor Bay

📋 copy color: '#464992'

red 70 ◦ green 73 ◦ blue 146

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

Shades of Governor Bay #464992

Tints of Governor Bay #464992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 24.22%
G = 25.26%
B = 50.52%

CMYK

 C value IS 0.52

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#464992 (or 0x464992) is known color: Governor Bay. HEX triplet: 46, 49 and 92. RGB value is (70,73,146). Sum of RGB (Red+Green+Blue) = 70+73+146=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #464992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464992 is #B9B66D. Grayscale: #505050. Windows color (decimal): -12170862 or 9587014. OLE color: 9587014.

HSL color Cylindrical-coordinate representation of color #464992: hue angle of 237.63º 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 #464992 is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 73 146 -
CMYK 0.52 0.5 0 0.43
HSL 237.63º 0.35% 0.42% -
HSV(B) 237.63º 0.52% 0.57% -
XYZ 10.1 8.14 28.23 -
YUV 80.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 70 73 146 0.52 0.5 0 0.43 237.63 0.35 0.42
Hex 46 49 92 34 32 0 2B EE 23 2A
Octal 106 111 222 64 62 0 53 356 43 52
Binary 1000110 1001001 10010010 110100 110010 0 101011 11101110 100011 101010

Color Harmonies of #464992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464992

Black with #464992

Text Example


Text Example

White with #464992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464992; }

 p { color: rgb(70,73,146); }

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

background-color css

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

 a { background-color: rgb(70,73,146); }

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

border-color css

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

 span { border-color: rgb(70,73,146); }

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