Html Css Color HEX #464798 Governor Bay

📋 copy color: '#464798'

red 70 ◦ green 71 ◦ blue 152

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

Shades of Governor Bay #464798

Tints of Governor Bay #464798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.88%

R = 23.89%
G = 24.23%
B = 51.88%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#464798 (or 0x464798) is known color: Governor Bay. HEX triplet: 46, 47 and 98. RGB value is (70,71,152). Sum of RGB (Red+Green+Blue) = 70+71+152=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #464798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464798 is #B9B867. Grayscale: #4F4F4F. Windows color (decimal): -12171368 or 9979718. OLE color: 9979718.

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

Color convert

RGB 70 71 152 -
CMYK 0.54 0.53 0 0.40
HSL 239.27º 0.37% 0.44% -
HSV(B) 239.27º 0.54% 0.6% -
XYZ 10.45 8.08 30.71 -
YUV 79.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 70 71 152 0.54 0.53 0 0.40 239.27 0.37 0.44
Hex 46 47 98 36 35 0 28 EF 25 2C
Octal 106 107 230 66 65 0 50 357 45 54
Binary 1000110 1000111 10011000 110110 110101 0 101000 11101111 100101 101100

Color Harmonies of #464798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464798

Black with #464798

Text Example


Text Example

White with #464798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464798; }

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

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

background-color css

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

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

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

border-color css

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

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

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