Html Css Color HEX #4751AB Governor Bay

📋 copy color: '#4751AB'

red 71 ◦ green 81 ◦ blue 171

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

Shades of Governor Bay #4751AB

Tints of Governor Bay #4751AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

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

R = 21.98%
G = 25.08%
B = 52.94%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4751AB (or 0x4751AB) is known color: Governor Bay. HEX triplet: 47, 51 and AB. RGB value is (71,81,171). Sum of RGB (Red+Green+Blue) = 71+81+171=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #4751AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4751AB is #B8AE54. Grayscale: #575757. Windows color (decimal): -12103253 or 11227463. OLE color: 11227463.

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

Color convert

RGB 71 81 171 -
CMYK 0.58 0.53 0 0.33
HSL 234º 0.41% 0.47% -
HSV(B) 234º 0.58% 0.67% -
XYZ 12.89 10.16 39.81 -
YUV 88.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 71 81 171 0.58 0.53 0 0.33 234 0.41 0.47
Hex 47 51 AB 3A 35 0 21 EA 29 2F
Octal 107 121 253 72 65 0 41 352 51 57
Binary 1000111 1010001 10101011 111010 110101 0 100001 11101010 101001 101111

Color Harmonies of #4751AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4751AB

Black with #4751AB

Text Example


Text Example

White with #4751AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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