Html Css Color HEX #4755AB Governor Bay

📋 copy color: '#4755AB'

red 71 ◦ green 85 ◦ blue 171

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

Shades of Governor Bay #4755AB

Tints of Governor Bay #4755AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 21.71%
G = 25.99%
B = 52.29%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4755AB (or 0x4755AB) is known color: Governor Bay. HEX triplet: 47, 55 and AB. RGB value is (71,85,171). Sum of RGB (Red+Green+Blue) = 71+85+171=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #4755AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4755AB is #B8AA54. Grayscale: #5A5A5A. Windows color (decimal): -12102229 or 11228487. OLE color: 11228487.

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

Color convert

RGB 71 85 171 -
CMYK 0.58 0.50 0 0.33
HSL 231.6º 0.41% 0.47% -
HSV(B) 231.6º 0.58% 0.67% -
XYZ 13.2 10.78 39.91 -
YUV 90.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 71 85 171 0.58 0.50 0 0.33 231.6 0.41 0.47
Hex 47 55 AB 3A 32 0 21 E8 29 2F
Octal 107 125 253 72 62 0 41 350 51 57
Binary 1000111 1010101 10101011 111010 110010 0 100001 11101000 101001 101111

Color Harmonies of #4755AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4755AB

Black with #4755AB

Text Example


Text Example

White with #4755AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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