Html Css Color HEX #465592 Governor Bay

📋 copy color: '#465592'

red 70 ◦ green 85 ◦ blue 146

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

Shades of Governor Bay #465592

Tints of Governor Bay #465592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 23.26%
G = 28.24%
B = 48.5%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#465592 (or 0x465592) is known color: Governor Bay. HEX triplet: 46, 55 and 92. RGB value is (70,85,146). Sum of RGB (Red+Green+Blue) = 70+85+146=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #465592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465592 is #B9AA6D. Grayscale: #575757. Windows color (decimal): -12167790 or 9590086. OLE color: 9590086.

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

Color convert

RGB 70 85 146 -
CMYK 0.52 0.42 0 0.43
HSL 228.16º 0.35% 0.42% -
HSV(B) 228.16º 0.52% 0.57% -
XYZ 10.96 9.87 28.52 -
YUV 87.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 70 85 146 0.52 0.42 0 0.43 228.16 0.35 0.42
Hex 46 55 92 34 2A 0 2B E4 23 2A
Octal 106 125 222 64 52 0 53 344 43 52
Binary 1000110 1010101 10010010 110100 101010 0 101011 11100100 100011 101010

Color Harmonies of #465592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465592

Black with #465592

Text Example


Text Example

White with #465592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465592; }

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

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

background-color css

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

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

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

border-color css

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

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

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