Html Css Color HEX #464899 Governor Bay

📋 copy color: '#464899'

red 70 ◦ green 72 ◦ blue 153

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

Shades of Governor Bay #464899

Tints of Governor Bay #464899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 23.73%
G = 24.41%
B = 51.86%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#464899 (or 0x464899) is known color: Governor Bay. HEX triplet: 46, 48 and 99. RGB value is (70,72,153). Sum of RGB (Red+Green+Blue) = 70+72+153=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #464899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464899 is #B9B766. Grayscale: #505050. Windows color (decimal): -12171111 or 10045510. OLE color: 10045510.

HSL color Cylindrical-coordinate representation of color #464899: hue angle of 238.55º 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 #464899 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 72 153 -
CMYK 0.54 0.53 0 0.4
HSL 238.55º 0.37% 0.44% -
HSV(B) 238.55º 0.54% 0.6% -
XYZ 10.59 8.24 31.17 -
YUV 80.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 70 72 153 0.54 0.53 0 0.4 238.55 0.37 0.44
Hex 46 48 99 36 35 0 28 EF 25 2C
Octal 106 110 231 66 65 0 50 357 45 54
Binary 1000110 1001000 10011001 110110 110101 0 101000 11101111 100101 101100

Color Harmonies of #464899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464899

Black with #464899

Text Example


Text Example

White with #464899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464899; }

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

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

background-color css

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

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

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

border-color css

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

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

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