Html Css Color HEX #464F98 Governor Bay

📋 copy color: '#464F98'

red 70 ◦ green 79 ◦ blue 152

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

Shades of Governor Bay #464F98

Tints of Governor Bay #464F98

RGB

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

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

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

R = 23.26%
G = 26.25%
B = 50.5%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#464F98 (or 0x464F98) is known color: Governor Bay. HEX triplet: 46, 4F and 98. RGB value is (70,79,152). Sum of RGB (Red+Green+Blue) = 70+79+152=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #464F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464F98 is #B9B067. Grayscale: #545454. Windows color (decimal): -12169320 or 9981766. OLE color: 9981766.

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

Color convert

RGB 70 79 152 -
CMYK 0.54 0.48 0 0.40
HSL 233.41º 0.37% 0.44% -
HSV(B) 233.41º 0.54% 0.6% -
XYZ 10.99 9.16 30.89 -
YUV 84.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 70 79 152 0.54 0.48 0 0.40 233.41 0.37 0.44
Hex 46 4F 98 36 30 0 28 E9 25 2C
Octal 106 117 230 66 60 0 50 351 45 54
Binary 1000110 1001111 10011000 110110 110000 0 101000 11101001 100101 101100

Color Harmonies of #464F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F98

Black with #464F98

Text Example


Text Example

White with #464F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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