Html Css Color HEX #4753AB Governor Bay

📋 copy color: '#4753AB'

red 71 ◦ green 83 ◦ blue 171

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

Shades of Governor Bay #4753AB

Tints of Governor Bay #4753AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 21.85%
G = 25.54%
B = 52.62%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4753AB (or 0x4753AB) is known color: Governor Bay. HEX triplet: 47, 53 and AB. RGB value is (71,83,171). Sum of RGB (Red+Green+Blue) = 71+83+171=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #4753AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4753AB is #B8AC54. Grayscale: #595959. Windows color (decimal): -12102741 or 11227975. OLE color: 11227975.

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

Color convert

RGB 71 83 171 -
CMYK 0.58 0.51 0 0.33
HSL 232.8º 0.41% 0.47% -
HSV(B) 232.8º 0.58% 0.67% -
XYZ 13.04 10.47 39.86 -
YUV 89.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 71 83 171 0.58 0.51 0 0.33 232.8 0.41 0.47
Hex 47 53 AB 3A 33 0 21 E9 29 2F
Octal 107 123 253 72 63 0 41 351 51 57
Binary 1000111 1010011 10101011 111010 110011 0 100001 11101001 101001 101111

Color Harmonies of #4753AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4753AB

Black with #4753AB

Text Example


Text Example

White with #4753AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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