Html Css Color HEX #464999 Governor Bay

📋 copy color: '#464999'

red 70 ◦ green 73 ◦ blue 153

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

Shades of Governor Bay #464999

Tints of Governor Bay #464999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 23.65%
G = 24.66%
B = 51.69%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#464999 (or 0x464999) is known color: Governor Bay. HEX triplet: 46, 49 and 99. RGB value is (70,73,153). Sum of RGB (Red+Green+Blue) = 70+73+153=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #464999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464999 is #B9B666. Grayscale: #505050. Windows color (decimal): -12170855 or 10045766. OLE color: 10045766.

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

Color convert

RGB 70 73 153 -
CMYK 0.54 0.52 0 0.4
HSL 237.83º 0.37% 0.44% -
HSV(B) 237.83º 0.54% 0.6% -
XYZ 10.66 8.37 31.19 -
YUV 81.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 70 73 153 0.54 0.52 0 0.4 237.83 0.37 0.44
Hex 46 49 99 36 34 0 28 EE 25 2C
Octal 106 111 231 66 64 0 50 356 45 54
Binary 1000110 1001001 10011001 110110 110100 0 101000 11101110 100101 101100

Color Harmonies of #464999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464999

Black with #464999

Text Example


Text Example

White with #464999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464999; }

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

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

background-color css

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

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

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

border-color css

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

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

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