Html Css Color HEX #465794 Governor Bay

📋 copy color: '#465794'

red 70 ◦ green 87 ◦ blue 148

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

Shades of Governor Bay #465794

Tints of Governor Bay #465794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 22.95%
G = 28.52%
B = 48.52%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#465794 (or 0x465794) is known color: Governor Bay. HEX triplet: 46, 57 and 94. RGB value is (70,87,148). Sum of RGB (Red+Green+Blue) = 70+87+148=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #465794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465794 is #B9A86B. Grayscale: #585858. Windows color (decimal): -12167276 or 9721670. OLE color: 9721670.

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

Color convert

RGB 70 87 148 -
CMYK 0.53 0.41 0 0.42
HSL 226.92º 0.36% 0.43% -
HSV(B) 226.92º 0.53% 0.58% -
XYZ 11.28 10.26 29.4 -
YUV 88.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 70 87 148 0.53 0.41 0 0.42 226.92 0.36 0.43
Hex 46 57 94 35 29 0 2A E3 24 2B
Octal 106 127 224 65 51 0 52 343 44 53
Binary 1000110 1010111 10010100 110101 101001 0 101010 11100011 100100 101011

Color Harmonies of #465794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465794

Black with #465794

Text Example


Text Example

White with #465794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465794; }

 p { color: rgb(70,87,148); }

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

background-color css

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

 a { background-color: rgb(70,87,148); }

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

border-color css

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

 span { border-color: rgb(70,87,148); }

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