Html Css Color HEX #47538E Governor Bay

📋 copy color: '#47538E'

red 71 ◦ green 83 ◦ blue 142

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

Shades of Governor Bay #47538E

Tints of Governor Bay #47538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 142 (55.86% from 255) = 47.97%

R = 23.99%
G = 28.04%
B = 47.97%

CMYK

 C value IS 0.5

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47538E (or 0x47538E) is known color: Governor Bay. HEX triplet: 47, 53 and 8E. RGB value is (71,83,142). Sum of RGB (Red+Green+Blue) = 71+83+142=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #47538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47538E is #B8AC71. Grayscale: #555555. Windows color (decimal): -12102770 or 9327431. OLE color: 9327431.

HSL color Cylindrical-coordinate representation of color #47538E: hue angle of 229.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47538E is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 83 142 -
CMYK 0.5 0.42 0 0.44
HSL 229.86º 0.33% 0.42% -
HSV(B) 229.86º 0.5% 0.56% -
XYZ 10.57 9.48 26.86 -
YUV 86.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 71 83 142 0.5 0.42 0 0.44 229.86 0.33 0.42
Hex 47 53 8E 32 2A 0 2C E6 21 2A
Octal 107 123 216 62 52 0 54 346 41 52
Binary 1000111 1010011 10001110 110010 101010 0 101100 11100110 100001 101010

Color Harmonies of #47538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47538E

Black with #47538E

Text Example


Text Example

White with #47538E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,83,142); }

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

background-color css

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

 a { background-color: rgb(71,83,142); }

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

border-color css

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

 span { border-color: rgb(71,83,142); }

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