Html Css Color HEX #474CAC Governor Bay

📋 copy color: '#474CAC'

red 71 ◦ green 76 ◦ blue 172

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

Shades of Governor Bay #474CAC

Tints of Governor Bay #474CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.82%

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

R = 22.26%
G = 23.82%
B = 53.92%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#474CAC (or 0x474CAC) is known color: Governor Bay. HEX triplet: 47, 4C and AC. RGB value is (71,76,172). Sum of RGB (Red+Green+Blue) = 71+76+172=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #474CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CAC is #B8B353. Grayscale: #555555. Windows color (decimal): -12104532 or 11291719. OLE color: 11291719.

HSL color Cylindrical-coordinate representation of color #474CAC: hue angle of 237.03º 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 #474CAC is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 76 172 -
CMYK 0.59 0.56 0 0.33
HSL 237.03º 0.42% 0.48% -
HSV(B) 237.03º 0.59% 0.67% -
XYZ 12.63 9.49 40.2 -
YUV 85.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 71 76 172 0.59 0.56 0 0.33 237.03 0.42 0.48
Hex 47 4C AC 3B 38 0 21 ED 2A 30
Octal 107 114 254 73 70 0 41 355 52 60
Binary 1000111 1001100 10101100 111011 111000 0 100001 11101101 101010 110000

Color Harmonies of #474CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CAC

Black with #474CAC

Text Example


Text Example

White with #474CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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