Html Css Color HEX #474FA5 Governor Bay

📋 copy color: '#474FA5'

red 71 ◦ green 79 ◦ blue 165

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

Shades of Governor Bay #474FA5

Tints of Governor Bay #474FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 52.38%

R = 22.54%
G = 25.08%
B = 52.38%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#474FA5 (or 0x474FA5) is known color: Governor Bay. HEX triplet: 47, 4F and A5. RGB value is (71,79,165). Sum of RGB (Red+Green+Blue) = 71+79+165=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #474FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474FA5 is #B8B05A. Grayscale: #565656. Windows color (decimal): -12103771 or 10833735. OLE color: 10833735.

HSL color Cylindrical-coordinate representation of color #474FA5: hue angle of 234.89º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #474FA5 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 79 165 -
CMYK 0.57 0.52 0 0.35
HSL 234.89º 0.4% 0.46% -
HSV(B) 234.89º 0.57% 0.65% -
XYZ 12.19 9.65 36.82 -
YUV 86.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 71 79 165 0.57 0.52 0 0.35 234.89 0.4 0.46
Hex 47 4F A5 39 34 0 23 EB 28 2E
Octal 107 117 245 71 64 0 43 353 50 56
Binary 1000111 1001111 10100101 111001 110100 0 100011 11101011 101000 101110

Color Harmonies of #474FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474FA5

Black with #474FA5

Text Example


Text Example

White with #474FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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