Html Css Color HEX #47449F Governor Bay

📋 copy color: '#47449F'

red 71 ◦ green 68 ◦ blue 159

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

Shades of Governor Bay #47449F

Tints of Governor Bay #47449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

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

R = 23.83%
G = 22.82%
B = 53.36%

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

#47449F (or 0x47449F) is known color: Governor Bay. HEX triplet: 47, 44 and 9F. RGB value is (71,68,159). Sum of RGB (Red+Green+Blue) = 71+68+159=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #47449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47449F is #B8BB60. Grayscale: #4E4E4E. Windows color (decimal): -12106593 or 10437703. OLE color: 10437703.

HSL color Cylindrical-coordinate representation of color #47449F: hue angle of 241.98º degrees, saturation: 0.4, 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 #47449F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 68 159 -
CMYK 0.55 0.57 0 0.38
HSL 241.98º 0.4% 0.45% -
HSV(B) 241.98º 0.57% 0.62% -
XYZ 10.92 7.98 33.76 -
YUV 79.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 71 68 159 0.55 0.57 0 0.38 241.98 0.4 0.45
Hex 47 44 9F 37 39 0 26 F2 28 2D
Octal 107 104 237 67 71 0 46 362 50 55
Binary 1000111 1000100 10011111 110111 111001 0 100110 11110010 101000 101101

Color Harmonies of #47449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47449F

Black with #47449F

Text Example


Text Example

White with #47449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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