Html Css Color HEX #464997 Governor Bay

📋 copy color: '#464997'

red 70 ◦ green 73 ◦ blue 151

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

Shades of Governor Bay #464997

Tints of Governor Bay #464997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 151 (59.38% from 255) = 51.36%

R = 23.81%
G = 24.83%
B = 51.36%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#464997 (or 0x464997) is known color: Governor Bay. HEX triplet: 46, 49 and 97. RGB value is (70,73,151). Sum of RGB (Red+Green+Blue) = 70+73+151=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #464997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464997 is #B9B668. Grayscale: #505050. Windows color (decimal): -12170857 or 9914694. OLE color: 9914694.

HSL color Cylindrical-coordinate representation of color #464997: hue angle of 237.78º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464997 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 73 151 -
CMYK 0.54 0.52 0 0.41
HSL 237.78º 0.37% 0.43% -
HSV(B) 237.78º 0.54% 0.59% -
XYZ 10.49 8.3 30.33 -
YUV 81 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 70 73 151 0.54 0.52 0 0.41 237.78 0.37 0.43
Hex 46 49 97 36 34 0 29 EE 25 2B
Octal 106 111 227 66 64 0 51 356 45 53
Binary 1000110 1001001 10010111 110110 110100 0 101001 11101110 100101 101011

Color Harmonies of #464997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464997

Black with #464997

Text Example


Text Example

White with #464997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464997; }

 p { color: rgb(70,73,151); }

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

background-color css

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

 a { background-color: rgb(70,73,151); }

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

border-color css

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

 span { border-color: rgb(70,73,151); }

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