Html Css Color HEX #465199 Governor Bay

📋 copy color: '#465199'

red 70 ◦ green 81 ◦ blue 153

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

Shades of Governor Bay #465199

Tints of Governor Bay #465199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 23.03%
G = 26.64%
B = 50.33%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#465199 (or 0x465199) is known color: Governor Bay. HEX triplet: 46, 51 and 99. RGB value is (70,81,153). Sum of RGB (Red+Green+Blue) = 70+81+153=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #465199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465199 is #B9AE66. Grayscale: #555555. Windows color (decimal): -12168807 or 10047814. OLE color: 10047814.

HSL color Cylindrical-coordinate representation of color #465199: hue angle of 232.05º 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 #465199 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 81 153 -
CMYK 0.54 0.47 0 0.4
HSL 232.05º 0.37% 0.44% -
HSV(B) 232.05º 0.54% 0.6% -
XYZ 11.22 9.49 31.38 -
YUV 85.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 70 81 153 0.54 0.47 0 0.4 232.05 0.37 0.44
Hex 46 51 99 36 2F 0 28 E8 25 2C
Octal 106 121 231 66 57 0 50 350 45 54
Binary 1000110 1010001 10011001 110110 101111 0 101000 11101000 100101 101100

Color Harmonies of #465199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465199

Black with #465199

Text Example


Text Example

White with #465199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465199; }

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

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

background-color css

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

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

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

border-color css

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

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

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