Html Css Color HEX #473FAC Governor Bay

📋 copy color: '#473FAC'

red 71 ◦ green 63 ◦ blue 172

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

Shades of Governor Bay #473FAC

Tints of Governor Bay #473FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 23.2%
G = 20.59%
B = 56.21%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#473FAC (or 0x473FAC) is known color: Governor Bay. HEX triplet: 47, 3F and AC. RGB value is (71,63,172). Sum of RGB (Red+Green+Blue) = 71+63+172=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #473FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473FAC is #B8C053. Grayscale: #4D4D4D. Windows color (decimal): -12107860 or 11288391. OLE color: 11288391.

HSL color Cylindrical-coordinate representation of color #473FAC: hue angle of 244.4º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #473FAC is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 63 172 -
CMYK 0.59 0.63 0 0.33
HSL 244.4º 0.46% 0.46% -
HSV(B) 244.4º 0.63% 0.67% -
XYZ 11.82 7.87 39.93 -
YUV 77.82 181.15 123.14 -
System Red Green Blue C M Y K H S L
Decimal 71 63 172 0.59 0.63 0 0.33 244.4 0.46 0.46
Hex 47 3F AC 3B 3F 0 21 F4 2E 2E
Octal 107 77 254 73 77 0 41 364 56 56
Binary 1000111 111111 10101100 111011 111111 0 100001 11110100 101110 101110

Color Harmonies of #473FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473FAC

Black with #473FAC

Text Example


Text Example

White with #473FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473FAC; }

 p { color: rgb(71,63,172); }

 H1.HeaderClassName
 {
   color: #473FAC;
 }
 .AnyTagClassName
 {
   color: #473FAC;
 }
</style>

background-color css

<style>
 a { background-color: #473FAC; }

 a { background-color: rgb(71,63,172); }

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

border-color css

<style>
 span { border-color: #473FAC; }

 span { border-color: rgb(71,63,172); }

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