Html Css Color HEX #474D8B Governor Bay

📋 copy color: '#474D8B'

red 71 ◦ green 77 ◦ blue 139

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

Shades of Governor Bay #474D8B

Tints of Governor Bay #474D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.83%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 24.74%
G = 26.83%
B = 48.43%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#474D8B (or 0x474D8B) is known color: Governor Bay. HEX triplet: 47, 4D and 8B. RGB value is (71,77,139). Sum of RGB (Red+Green+Blue) = 71+77+139=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #474D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D8B is #B8B274. Grayscale: #525252. Windows color (decimal): -12104309 or 9129287. OLE color: 9129287.

HSL color Cylindrical-coordinate representation of color #474D8B: hue angle of 234.71º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474D8B is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 77 139 -
CMYK 0.49 0.45 0 0.45
HSL 234.71º 0.32% 0.41% -
HSV(B) 234.71º 0.49% 0.55% -
XYZ 9.91 8.51 25.55 -
YUV 82.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 71 77 139 0.49 0.45 0 0.45 234.71 0.32 0.41
Hex 47 4D 8B 31 2D 0 2D EB 20 29
Octal 107 115 213 61 55 0 55 353 40 51
Binary 1000111 1001101 10001011 110001 101101 0 101101 11101011 100000 101001

Color Harmonies of #474D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D8B

Black with #474D8B

Text Example


Text Example

White with #474D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D8B; }

 p { color: rgb(71,77,139); }

 H1.HeaderClassName
 {
   color: #474D8B;
 }
 .AnyTagClassName
 {
   color: #474D8B;
 }
</style>

background-color css

<style>
 a { background-color: #474D8B; }

 a { background-color: rgb(71,77,139); }

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

border-color css

<style>
 span { border-color: #474D8B; }

 span { border-color: rgb(71,77,139); }

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