Html Css Color HEX #464F99 Governor Bay

📋 copy color: '#464F99'

red 70 ◦ green 79 ◦ blue 153

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

Shades of Governor Bay #464F99

Tints of Governor Bay #464F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

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

R = 23.18%
G = 26.16%
B = 50.66%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#464F99 (or 0x464F99) is known color: Governor Bay. HEX triplet: 46, 4F and 99. RGB value is (70,79,153). Sum of RGB (Red+Green+Blue) = 70+79+153=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #464F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464F99 is #B9B066. Grayscale: #545454. Windows color (decimal): -12169319 or 10047302. OLE color: 10047302.

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

Color convert

RGB 70 79 153 -
CMYK 0.54 0.48 0 0.4
HSL 233.49º 0.37% 0.44% -
HSV(B) 233.49º 0.54% 0.6% -
XYZ 11.07 9.19 31.33 -
YUV 84.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 70 79 153 0.54 0.48 0 0.4 233.49 0.37 0.44
Hex 46 4F 99 36 30 0 28 E9 25 2C
Octal 106 117 231 66 60 0 50 351 45 54
Binary 1000110 1001111 10011001 110110 110000 0 101000 11101001 100101 101100

Color Harmonies of #464F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F99

Black with #464F99

Text Example


Text Example

White with #464F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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