Html Css Color HEX #464E91 Governor Bay

📋 copy color: '#464E91'

red 70 ◦ green 78 ◦ blue 145

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

Shades of Governor Bay #464E91

Tints of Governor Bay #464E91

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.62%

 BLUE value IS 145 (57.03% from 255) = 49.49%

R = 23.89%
G = 26.62%
B = 49.49%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#464E91 (or 0x464E91) is known color: Governor Bay. HEX triplet: 46, 4E and 91. RGB value is (70,78,145). Sum of RGB (Red+Green+Blue) = 70+78+145=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #464E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E91 is #B9B16E. Grayscale: #525252. Windows color (decimal): -12169583 or 9522758. OLE color: 9522758.

HSL color Cylindrical-coordinate representation of color #464E91: hue angle of 233.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464E91 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 78 145 -
CMYK 0.52 0.46 0 0.43
HSL 233.6º 0.35% 0.42% -
HSV(B) 233.6º 0.52% 0.57% -
XYZ 10.36 8.8 27.94 -
YUV 83.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 70 78 145 0.52 0.46 0 0.43 233.6 0.35 0.42
Hex 46 4E 91 34 2E 0 2B EA 23 2A
Octal 106 116 221 64 56 0 53 352 43 52
Binary 1000110 1001110 10010001 110100 101110 0 101011 11101010 100011 101010

Color Harmonies of #464E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E91

Black with #464E91

Text Example


Text Example

White with #464E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,78,145); }

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

background-color css

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

 a { background-color: rgb(70,78,145); }

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

border-color css

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

 span { border-color: rgb(70,78,145); }

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