Html Css Color HEX #4754AB Governor Bay

📋 copy color: '#4754AB'

red 71 ◦ green 84 ◦ blue 171

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

Shades of Governor Bay #4754AB

Tints of Governor Bay #4754AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

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

R = 21.78%
G = 25.77%
B = 52.45%

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

#4754AB (or 0x4754AB) is known color: Governor Bay. HEX triplet: 47, 54 and AB. RGB value is (71,84,171). Sum of RGB (Red+Green+Blue) = 71+84+171=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #4754AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4754AB is #B8AB54. Grayscale: #595959. Windows color (decimal): -12102485 or 11228231. OLE color: 11228231.

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

Color convert

RGB 71 84 171 -
CMYK 0.58 0.51 0 0.33
HSL 232.2º 0.41% 0.47% -
HSV(B) 232.2º 0.58% 0.67% -
XYZ 13.12 10.62 39.89 -
YUV 90.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 71 84 171 0.58 0.51 0 0.33 232.2 0.41 0.47
Hex 47 54 AB 3A 33 0 21 E8 29 2F
Octal 107 124 253 72 63 0 41 350 51 57
Binary 1000111 1010100 10101011 111010 110011 0 100001 11101000 101001 101111

Color Harmonies of #4754AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4754AB

Black with #4754AB

Text Example


Text Example

White with #4754AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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