Html Css Color HEX #465195 Governor Bay

📋 copy color: '#465195'

red 70 ◦ green 81 ◦ blue 149

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

Shades of Governor Bay #465195

Tints of Governor Bay #465195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

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

R = 23.33%
G = 27%
B = 49.67%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#465195 (or 0x465195) is known color: Governor Bay. HEX triplet: 46, 51 and 95. RGB value is (70,81,149). Sum of RGB (Red+Green+Blue) = 70+81+149=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #465195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465195 is #B9AE6A. Grayscale: #555555. Windows color (decimal): -12168811 or 9785670. OLE color: 9785670.

HSL color Cylindrical-coordinate representation of color #465195: hue angle of 231.65º 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 #465195 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 81 149 -
CMYK 0.53 0.46 0 0.42
HSL 231.65º 0.36% 0.43% -
HSV(B) 231.65º 0.53% 0.58% -
XYZ 10.89 9.36 29.67 -
YUV 85.46 163.86 116.97 -
System Red Green Blue C M Y K H S L
Decimal 70 81 149 0.53 0.46 0 0.42 231.65 0.36 0.43
Hex 46 51 95 35 2E 0 2A E8 24 2B
Octal 106 121 225 65 56 0 52 350 44 53
Binary 1000110 1010001 10010101 110101 101110 0 101010 11101000 100100 101011

Color Harmonies of #465195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465195

Black with #465195

Text Example


Text Example

White with #465195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465195; }

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

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

background-color css

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

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

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

border-color css

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

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

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