Html Css Color HEX #46479B Governor Bay

📋 copy color: '#46479B'

red 70 ◦ green 71 ◦ blue 155

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

Shades of Governor Bay #46479B

Tints of Governor Bay #46479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 23.65%
G = 23.99%
B = 52.36%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46479B (or 0x46479B) is known color: Governor Bay. HEX triplet: 46, 47 and 9B. RGB value is (70,71,155). Sum of RGB (Red+Green+Blue) = 70+71+155=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #46479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46479B is #B9B864. Grayscale: #4F4F4F. Windows color (decimal): -12171365 or 10176326. OLE color: 10176326.

HSL color Cylindrical-coordinate representation of color #46479B: hue angle of 239.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46479B is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 71 155 -
CMYK 0.55 0.54 0 0.39
HSL 239.29º 0.38% 0.44% -
HSV(B) 239.29º 0.55% 0.61% -
XYZ 10.7 8.18 32.02 -
YUV 80.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 70 71 155 0.55 0.54 0 0.39 239.29 0.38 0.44
Hex 46 47 9B 37 36 0 27 EF 26 2C
Octal 106 107 233 67 66 0 47 357 46 54
Binary 1000110 1000111 10011011 110111 110110 0 100111 11101111 100110 101100

Color Harmonies of #46479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46479B

Black with #46479B

Text Example


Text Example

White with #46479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46479B; }

 p { color: rgb(70,71,155); }

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

background-color css

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

 a { background-color: rgb(70,71,155); }

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

border-color css

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

 span { border-color: rgb(70,71,155); }

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