Html Css Color HEX #474AAB Governor Bay

📋 copy color: '#474AAB'

red 71 ◦ green 74 ◦ blue 171

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

Shades of Governor Bay #474AAB

Tints of Governor Bay #474AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 22.47%
G = 23.42%
B = 54.11%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#474AAB (or 0x474AAB) is known color: Governor Bay. HEX triplet: 47, 4A and AB. RGB value is (71,74,171). Sum of RGB (Red+Green+Blue) = 71+74+171=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #474AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474AAB is #B8B554. Grayscale: #535353. Windows color (decimal): -12105045 or 11225671. OLE color: 11225671.

HSL color Cylindrical-coordinate representation of color #474AAB: hue angle of 238.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #474AAB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 74 171 -
CMYK 0.58 0.57 0 0.33
HSL 238.2º 0.41% 0.47% -
HSV(B) 238.2º 0.58% 0.67% -
XYZ 12.4 9.18 39.65 -
YUV 84.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 71 74 171 0.58 0.57 0 0.33 238.2 0.41 0.47
Hex 47 4A AB 3A 39 0 21 EE 29 2F
Octal 107 112 253 72 71 0 41 356 51 57
Binary 1000111 1001010 10101011 111010 111001 0 100001 11101110 101001 101111

Color Harmonies of #474AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474AAB

Black with #474AAB

Text Example


Text Example

White with #474AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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