Html Css Color HEX #47459F Governor Bay

📋 copy color: '#47459F'

red 71 ◦ green 69 ◦ blue 159

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

Shades of Governor Bay #47459F

Tints of Governor Bay #47459F

RGB

 RED value IS 71 (28.13% from 255) = 23.75%

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 159 (62.5% from 255) = 53.18%

R = 23.75%
G = 23.08%
B = 53.18%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47459F (or 0x47459F) is known color: Governor Bay. HEX triplet: 47, 45 and 9F. RGB value is (71,69,159). Sum of RGB (Red+Green+Blue) = 71+69+159=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #47459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47459F is #B8BA60. Grayscale: #4F4F4F. Windows color (decimal): -12106337 or 10437959. OLE color: 10437959.

HSL color Cylindrical-coordinate representation of color #47459F: hue angle of 241.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47459F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 69 159 -
CMYK 0.55 0.57 0 0.38
HSL 241.33º 0.39% 0.45% -
HSV(B) 241.33º 0.57% 0.62% -
XYZ 10.98 8.1 33.79 -
YUV 79.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 71 69 159 0.55 0.57 0 0.38 241.33 0.39 0.45
Hex 47 45 9F 37 39 0 26 F1 27 2D
Octal 107 105 237 67 71 0 46 361 47 55
Binary 1000111 1000101 10011111 110111 111001 0 100110 11110001 100111 101101

Color Harmonies of #47459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47459F

Black with #47459F

Text Example


Text Example

White with #47459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47459F; }

 p { color: rgb(71,69,159); }

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

background-color css

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

 a { background-color: rgb(71,69,159); }

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

border-color css

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

 span { border-color: rgb(71,69,159); }

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