Html Css Color HEX #474CAB Governor Bay

📋 copy color: '#474CAB'

red 71 ◦ green 76 ◦ blue 171

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

Shades of Governor Bay #474CAB

Tints of Governor Bay #474CAB

RGB

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

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

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

R = 22.33%
G = 23.9%
B = 53.77%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#474CAB (or 0x474CAB) is known color: Governor Bay. HEX triplet: 47, 4C and AB. RGB value is (71,76,171). Sum of RGB (Red+Green+Blue) = 71+76+171=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #474CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474CAB is #B8B354. Grayscale: #545454. Windows color (decimal): -12104533 or 11226183. OLE color: 11226183.

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

Color convert

RGB 71 76 171 -
CMYK 0.58 0.56 0 0.33
HSL 237º 0.41% 0.47% -
HSV(B) 237º 0.58% 0.67% -
XYZ 12.53 9.45 39.69 -
YUV 85.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 71 76 171 0.58 0.56 0 0.33 237 0.41 0.47
Hex 47 4C AB 3A 38 0 21 ED 29 2F
Octal 107 114 253 72 70 0 41 355 51 57
Binary 1000111 1001100 10101011 111010 111000 0 100001 11101101 101001 101111

Color Harmonies of #474CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474CAB

Black with #474CAB

Text Example


Text Example

White with #474CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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