Html Css Color HEX #465599 Governor Bay

📋 copy color: '#465599'

red 70 ◦ green 85 ◦ blue 153

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

Shades of Governor Bay #465599

Tints of Governor Bay #465599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 22.73%
G = 27.6%
B = 49.68%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#465599 (or 0x465599) is known color: Governor Bay. HEX triplet: 46, 55 and 99. RGB value is (70,85,153). Sum of RGB (Red+Green+Blue) = 70+85+153=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #465599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465599 is #B9AA66. Grayscale: #575757. Windows color (decimal): -12167783 or 10048838. OLE color: 10048838.

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

Color convert

RGB 70 85 153 -
CMYK 0.54 0.44 0 0.4
HSL 229.16º 0.37% 0.44% -
HSV(B) 229.16º 0.54% 0.6% -
XYZ 11.52 10.1 31.48 -
YUV 88.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 70 85 153 0.54 0.44 0 0.4 229.16 0.37 0.44
Hex 46 55 99 36 2C 0 28 E5 25 2C
Octal 106 125 231 66 54 0 50 345 45 54
Binary 1000110 1010101 10011001 110110 101100 0 101000 11100101 100101 101100

Color Harmonies of #465599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465599

Black with #465599

Text Example


Text Example

White with #465599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465599; }

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

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

background-color css

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

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

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

border-color css

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

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

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