Html Css Color HEX #47459B Governor Bay

📋 copy color: '#47459B'

red 71 ◦ green 69 ◦ blue 155

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

Shades of Governor Bay #47459B

Tints of Governor Bay #47459B

RGB

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

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

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

R = 24.07%
G = 23.39%
B = 52.54%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47459B (or 0x47459B) is known color: Governor Bay. HEX triplet: 47, 45 and 9B. RGB value is (71,69,155). Sum of RGB (Red+Green+Blue) = 71+69+155=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #47459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47459B is #B8BA64. Grayscale: #4F4F4F. Windows color (decimal): -12106341 or 10175815. OLE color: 10175815.

HSL color Cylindrical-coordinate representation of color #47459B: hue angle of 241.4º 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 #47459B is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 69 155 -
CMYK 0.54 0.55 0 0.39
HSL 241.4º 0.38% 0.44% -
HSV(B) 241.4º 0.55% 0.61% -
XYZ 10.64 7.96 31.99 -
YUV 79.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 71 69 155 0.54 0.55 0 0.39 241.4 0.38 0.44
Hex 47 45 9B 36 37 0 27 F1 26 2C
Octal 107 105 233 66 67 0 47 361 46 54
Binary 1000111 1000101 10011011 110110 110111 0 100111 11110001 100110 101100

Color Harmonies of #47459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47459B

Black with #47459B

Text Example


Text Example

White with #47459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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