Html Css Color HEX #474D8A Governor Bay

📋 copy color: '#474D8A'

red 71 ◦ green 77 ◦ blue 138

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

Shades of Governor Bay #474D8A

Tints of Governor Bay #474D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.25%

R = 24.83%
G = 26.92%
B = 48.25%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#474D8A (or 0x474D8A) is known color: Governor Bay. HEX triplet: 47, 4D and 8A. RGB value is (71,77,138). Sum of RGB (Red+Green+Blue) = 71+77+138=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #474D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D8A is #B8B275. Grayscale: #515151. Windows color (decimal): -12104310 or 9063751. OLE color: 9063751.

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

Color convert

RGB 71 77 138 -
CMYK 0.49 0.44 0 0.46
HSL 234.63º 0.32% 0.41% -
HSV(B) 234.63º 0.49% 0.54% -
XYZ 9.84 8.48 25.16 -
YUV 82.16 159.51 120.04 -
System Red Green Blue C M Y K H S L
Decimal 71 77 138 0.49 0.44 0 0.46 234.63 0.32 0.41
Hex 47 4D 8A 31 2C 0 2E EB 20 29
Octal 107 115 212 61 54 0 56 353 40 51
Binary 1000111 1001101 10001010 110001 101100 0 101110 11101011 100000 101001

Color Harmonies of #474D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D8A

Black with #474D8A

Text Example


Text Example

White with #474D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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