Html Css Color HEX #47459C Governor Bay

📋 copy color: '#47459C'

red 71 ◦ green 69 ◦ blue 156

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

Shades of Governor Bay #47459C

Tints of Governor Bay #47459C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.7%

R = 23.99%
G = 23.31%
B = 52.7%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47459C (or 0x47459C) is known color: Governor Bay. HEX triplet: 47, 45 and 9C. RGB value is (71,69,156). Sum of RGB (Red+Green+Blue) = 71+69+156=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #47459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47459C is #B8BA63. Grayscale: #4F4F4F. Windows color (decimal): -12106340 or 10241351. OLE color: 10241351.

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

Color convert

RGB 71 69 156 -
CMYK 0.54 0.56 0 0.39
HSL 241.38º 0.39% 0.44% -
HSV(B) 241.38º 0.56% 0.61% -
XYZ 10.73 8 32.43 -
YUV 79.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 71 69 156 0.54 0.56 0 0.39 241.38 0.39 0.44
Hex 47 45 9C 36 38 0 27 F1 27 2C
Octal 107 105 234 66 70 0 47 361 47 54
Binary 1000111 1000101 10011100 110110 111000 0 100111 11110001 100111 101100

Color Harmonies of #47459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47459C

Black with #47459C

Text Example


Text Example

White with #47459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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