Html Css Color HEX #4752AB Governor Bay

📋 copy color: '#4752AB'

red 71 ◦ green 82 ◦ blue 171

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

Shades of Governor Bay #4752AB

Tints of Governor Bay #4752AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.31%

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

R = 21.91%
G = 25.31%
B = 52.78%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4752AB (or 0x4752AB) is known color: Governor Bay. HEX triplet: 47, 52 and AB. RGB value is (71,82,171). Sum of RGB (Red+Green+Blue) = 71+82+171=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #4752AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4752AB is #B8AD54. Grayscale: #585858. Windows color (decimal): -12102997 or 11227719. OLE color: 11227719.

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

Color convert

RGB 71 82 171 -
CMYK 0.58 0.52 0 0.33
HSL 233.4º 0.41% 0.47% -
HSV(B) 233.4º 0.58% 0.67% -
XYZ 12.97 10.31 39.84 -
YUV 88.86 174.36 115.26 -
System Red Green Blue C M Y K H S L
Decimal 71 82 171 0.58 0.52 0 0.33 233.4 0.41 0.47
Hex 47 52 AB 3A 34 0 21 E9 29 2F
Octal 107 122 253 72 64 0 41 351 51 57
Binary 1000111 1010010 10101011 111010 110100 0 100001 11101001 101001 101111

Color Harmonies of #4752AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4752AB

Black with #4752AB

Text Example


Text Example

White with #4752AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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