Html Css Color HEX #474D9F Governor Bay

📋 copy color: '#474D9F'

red 71 ◦ green 77 ◦ blue 159

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

Shades of Governor Bay #474D9F

Tints of Governor Bay #474D9F

RGB

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

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

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

R = 23.13%
G = 25.08%
B = 51.79%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#474D9F (or 0x474D9F) is known color: Governor Bay. HEX triplet: 47, 4D and 9F. RGB value is (71,77,159). Sum of RGB (Red+Green+Blue) = 71+77+159=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #474D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D9F is #B8B260. Grayscale: #545454. Windows color (decimal): -12104289 or 10440007. OLE color: 10440007.

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

Color convert

RGB 71 77 159 -
CMYK 0.55 0.52 0 0.38
HSL 235.91º 0.38% 0.45% -
HSV(B) 235.91º 0.55% 0.62% -
XYZ 11.51 9.15 33.96 -
YUV 84.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 71 77 159 0.55 0.52 0 0.38 235.91 0.38 0.45
Hex 47 4D 9F 37 34 0 26 EC 26 2D
Octal 107 115 237 67 64 0 46 354 46 55
Binary 1000111 1001101 10011111 110111 110100 0 100110 11101100 100110 101101

Color Harmonies of #474D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D9F

Black with #474D9F

Text Example


Text Example

White with #474D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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