Html Css Color HEX #464799 Governor Bay

📋 copy color: '#464799'

red 70 ◦ green 71 ◦ blue 153

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

Shades of Governor Bay #464799

Tints of Governor Bay #464799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

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

R = 23.81%
G = 24.15%
B = 52.04%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#464799 (or 0x464799) is known color: Governor Bay. HEX triplet: 46, 47 and 99. RGB value is (70,71,153). Sum of RGB (Red+Green+Blue) = 70+71+153=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #464799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464799 is #B9B866. Grayscale: #4F4F4F. Windows color (decimal): -12171367 or 10045254. OLE color: 10045254.

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

Color convert

RGB 70 71 153 -
CMYK 0.54 0.54 0 0.4
HSL 239.28º 0.37% 0.44% -
HSV(B) 239.28º 0.54% 0.6% -
XYZ 10.53 8.11 31.15 -
YUV 80.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 70 71 153 0.54 0.54 0 0.4 239.28 0.37 0.44
Hex 46 47 99 36 36 0 28 EF 25 2C
Octal 106 107 231 66 66 0 50 357 45 54
Binary 1000110 1000111 10011001 110110 110110 0 101000 11101111 100101 101100

Color Harmonies of #464799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464799

Black with #464799

Text Example


Text Example

White with #464799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464799; }

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

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

background-color css

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

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

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

border-color css

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

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

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