Html Css Color HEX #474F8D Governor Bay

📋 copy color: '#474F8D'

red 71 ◦ green 79 ◦ blue 141

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

Shades of Governor Bay #474F8D

Tints of Governor Bay #474F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.15%

 BLUE value IS 141 (55.47% from 255) = 48.45%

R = 24.4%
G = 27.15%
B = 48.45%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#474F8D (or 0x474F8D) is known color: Governor Bay. HEX triplet: 47, 4F and 8D. RGB value is (71,79,141). Sum of RGB (Red+Green+Blue) = 71+79+141=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #474F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F8D is #B8B072. Grayscale: #535353. Windows color (decimal): -12103795 or 9260871. OLE color: 9260871.

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

Color convert

RGB 71 79 141 -
CMYK 0.50 0.44 0 0.45
HSL 233.14º 0.33% 0.42% -
HSV(B) 233.14º 0.5% 0.55% -
XYZ 10.2 8.85 26.37 -
YUV 83.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 71 79 141 0.50 0.44 0 0.45 233.14 0.33 0.42
Hex 47 4F 8D 32 2C 0 2D E9 21 2A
Octal 107 117 215 62 54 0 55 351 41 52
Binary 1000111 1001111 10001101 110010 101100 0 101101 11101001 100001 101010

Color Harmonies of #474F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F8D

Black with #474F8D

Text Example


Text Example

White with #474F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,79,141); }

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

background-color css

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

 a { background-color: rgb(71,79,141); }

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

border-color css

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

 span { border-color: rgb(71,79,141); }

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