Html Css Color HEX #474FAC Governor Bay

📋 copy color: '#474FAC'

red 71 ◦ green 79 ◦ blue 172

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

Shades of Governor Bay #474FAC

Tints of Governor Bay #474FAC

RGB

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

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

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

R = 22.05%
G = 24.53%
B = 53.42%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#474FAC (or 0x474FAC) is known color: Governor Bay. HEX triplet: 47, 4F and AC. RGB value is (71,79,172). Sum of RGB (Red+Green+Blue) = 71+79+172=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #474FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474FAC is #B8B053. Grayscale: #565656. Windows color (decimal): -12103764 or 11292487. OLE color: 11292487.

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

Color convert

RGB 71 79 172 -
CMYK 0.59 0.54 0 0.33
HSL 235.25º 0.42% 0.48% -
HSV(B) 235.25º 0.59% 0.67% -
XYZ 12.84 9.91 40.27 -
YUV 87.21 175.85 116.44 -
System Red Green Blue C M Y K H S L
Decimal 71 79 172 0.59 0.54 0 0.33 235.25 0.42 0.48
Hex 47 4F AC 3B 36 0 21 EB 2A 30
Octal 107 117 254 73 66 0 41 353 52 60
Binary 1000111 1001111 10101100 111011 110110 0 100001 11101011 101010 110000

Color Harmonies of #474FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FAC

Black with #474FAC

Text Example


Text Example

White with #474FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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