Html Css Color HEX #464895 Governor Bay

📋 copy color: '#464895'

red 70 ◦ green 72 ◦ blue 149

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

Shades of Governor Bay #464895

Tints of Governor Bay #464895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 24.05%
G = 24.74%
B = 51.2%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#464895 (or 0x464895) is known color: Governor Bay. HEX triplet: 46, 48 and 95. RGB value is (70,72,149). Sum of RGB (Red+Green+Blue) = 70+72+149=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #464895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464895 is #B9B76A. Grayscale: #4F4F4F. Windows color (decimal): -12171115 or 9783366. OLE color: 9783366.

HSL color Cylindrical-coordinate representation of color #464895: hue angle of 238.48º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464895 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 72 149 -
CMYK 0.53 0.52 0 0.42
HSL 238.48º 0.36% 0.43% -
HSV(B) 238.48º 0.53% 0.58% -
XYZ 10.27 8.11 29.46 -
YUV 80.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 70 72 149 0.53 0.52 0 0.42 238.48 0.36 0.43
Hex 46 48 95 35 34 0 2A EE 24 2B
Octal 106 110 225 65 64 0 52 356 44 53
Binary 1000110 1001000 10010101 110101 110100 0 101010 11101110 100100 101011

Color Harmonies of #464895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464895

Black with #464895

Text Example


Text Example

White with #464895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464895; }

 p { color: rgb(70,72,149); }

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

background-color css

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

 a { background-color: rgb(70,72,149); }

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

border-color css

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

 span { border-color: rgb(70,72,149); }

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