Html Css Color HEX #474DA4 Governor Bay

📋 copy color: '#474DA4'

red 71 ◦ green 77 ◦ blue 164

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

Shades of Governor Bay #474DA4

Tints of Governor Bay #474DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.56%

R = 22.76%
G = 24.68%
B = 52.56%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#474DA4 (or 0x474DA4) is known color: Governor Bay. HEX triplet: 47, 4D and A4. RGB value is (71,77,164). Sum of RGB (Red+Green+Blue) = 71+77+164=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #474DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474DA4 is #B8B25B. Grayscale: #545454. Windows color (decimal): -12104284 or 10767687. OLE color: 10767687.

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

Color convert

RGB 71 77 164 -
CMYK 0.57 0.53 0 0.36
HSL 236.13º 0.4% 0.46% -
HSV(B) 236.13º 0.57% 0.64% -
XYZ 11.95 9.33 36.29 -
YUV 85.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 71 77 164 0.57 0.53 0 0.36 236.13 0.4 0.46
Hex 47 4D A4 39 35 0 24 EC 28 2E
Octal 107 115 244 71 65 0 44 354 50 56
Binary 1000111 1001101 10100100 111001 110101 0 100100 11101100 101000 101110

Color Harmonies of #474DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474DA4

Black with #474DA4

Text Example


Text Example

White with #474DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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