Html Css Color HEX #474DAD Governor Bay

📋 copy color: '#474DAD'

red 71 ◦ green 77 ◦ blue 173

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

Shades of Governor Bay #474DAD

Tints of Governor Bay #474DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 22.12%
G = 23.99%
B = 53.89%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#474DAD (or 0x474DAD) is known color: Governor Bay. HEX triplet: 47, 4D and AD. RGB value is (71,77,173). Sum of RGB (Red+Green+Blue) = 71+77+173=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #474DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DAD is #B8B252. Grayscale: #555555. Windows color (decimal): -12104275 or 11357511. OLE color: 11357511.

HSL color Cylindrical-coordinate representation of color #474DAD: hue angle of 236.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #474DAD is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 77 173 -
CMYK 0.59 0.55 0 0.32
HSL 236.47º 0.42% 0.48% -
HSV(B) 236.47º 0.59% 0.68% -
XYZ 12.8 9.66 40.73 -
YUV 86.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 71 77 173 0.59 0.55 0 0.32 236.47 0.42 0.48
Hex 47 4D AD 3B 37 0 20 EC 2A 30
Octal 107 115 255 73 67 0 40 354 52 60
Binary 1000111 1001101 10101101 111011 110111 0 100000 11101100 101010 110000

Color Harmonies of #474DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DAD

Black with #474DAD

Text Example


Text Example

White with #474DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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