Html Css Color HEX #47469E Governor Bay

📋 copy color: '#47469E'

red 71 ◦ green 70 ◦ blue 158

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

Shades of Governor Bay #47469E

Tints of Governor Bay #47469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 158 (62.11% from 255) = 52.84%

R = 23.75%
G = 23.41%
B = 52.84%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47469E (or 0x47469E) is known color: Governor Bay. HEX triplet: 47, 46 and 9E. RGB value is (71,70,158). Sum of RGB (Red+Green+Blue) = 71+70+158=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #47469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47469E is #B8B961. Grayscale: #4F4F4F. Windows color (decimal): -12106082 or 10372679. OLE color: 10372679.

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

Color convert

RGB 71 70 158 -
CMYK 0.55 0.56 0 0.38
HSL 240.68º 0.39% 0.45% -
HSV(B) 240.68º 0.56% 0.62% -
XYZ 10.96 8.19 33.35 -
YUV 80.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 71 70 158 0.55 0.56 0 0.38 240.68 0.39 0.45
Hex 47 46 9E 37 38 0 26 F1 27 2D
Octal 107 106 236 67 70 0 46 361 47 55
Binary 1000111 1000110 10011110 110111 111000 0 100110 11110001 100111 101101

Color Harmonies of #47469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47469E

Black with #47469E

Text Example


Text Example

White with #47469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47469E; }

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

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

background-color css

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

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

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

border-color css

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

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

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