Html Css Color HEX #474A9B Governor Bay

📋 copy color: '#474A9B'

red 71 ◦ green 74 ◦ blue 155

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

Shades of Governor Bay #474A9B

Tints of Governor Bay #474A9B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 23.67%
G = 24.67%
B = 51.67%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#474A9B (or 0x474A9B) is known color: Governor Bay. HEX triplet: 47, 4A and 9B. RGB value is (71,74,155). Sum of RGB (Red+Green+Blue) = 71+74+155=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #474A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474A9B is #B8B564. Grayscale: #525252. Windows color (decimal): -12105061 or 10177095. OLE color: 10177095.

HSL color Cylindrical-coordinate representation of color #474A9B: hue angle of 237.86º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #474A9B is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 74 155 -
CMYK 0.54 0.52 0 0.39
HSL 237.86º 0.37% 0.44% -
HSV(B) 237.86º 0.54% 0.61% -
XYZ 10.96 8.6 32.09 -
YUV 82.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 71 74 155 0.54 0.52 0 0.39 237.86 0.37 0.44
Hex 47 4A 9B 36 34 0 27 EE 25 2C
Octal 107 112 233 66 64 0 47 356 45 54
Binary 1000111 1001010 10011011 110110 110100 0 100111 11101110 100101 101100

Color Harmonies of #474A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A9B

Black with #474A9B

Text Example


Text Example

White with #474A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,74,155); }

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

background-color css

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

 a { background-color: rgb(71,74,155); }

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

border-color css

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

 span { border-color: rgb(71,74,155); }

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