Html Css Color HEX #4749AB Governor Bay

📋 copy color: '#4749AB'

red 71 ◦ green 73 ◦ blue 171

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

Shades of Governor Bay #4749AB

Tints of Governor Bay #4749AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

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

R = 22.54%
G = 23.17%
B = 54.29%

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

#4749AB (or 0x4749AB) is known color: Governor Bay. HEX triplet: 47, 49 and AB. RGB value is (71,73,171). Sum of RGB (Red+Green+Blue) = 71+73+171=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #4749AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4749AB is #B8B654. Grayscale: #535353. Windows color (decimal): -12105301 or 11225415. OLE color: 11225415.

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

Color convert

RGB 71 73 171 -
CMYK 0.58 0.57 0 0.33
HSL 238.8º 0.41% 0.47% -
HSV(B) 238.8º 0.58% 0.67% -
XYZ 12.33 9.04 39.62 -
YUV 83.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 71 73 171 0.58 0.57 0 0.33 238.8 0.41 0.47
Hex 47 49 AB 3A 39 0 21 EF 29 2F
Octal 107 111 253 72 71 0 41 357 51 57
Binary 1000111 1001001 10101011 111010 111001 0 100001 11101111 101001 101111

Color Harmonies of #4749AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4749AB

Black with #4749AB

Text Example


Text Example

White with #4749AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4749AB; }

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

 H1.HeaderClassName
 {
   color: #4749AB;
 }
 .AnyTagClassName
 {
   color: #4749AB;
 }
</style>

background-color css

<style>
 a { background-color: #4749AB; }

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

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

border-color css

<style>
 span { border-color: #4749AB; }

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

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