Html Css Color HEX #4758AD Governor Bay

📋 copy color: '#4758AD'

red 71 ◦ green 88 ◦ blue 173

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

Shades of Governor Bay #4758AD

Tints of Governor Bay #4758AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

 BLUE value IS 173 (67.97% from 255) = 52.11%

R = 21.39%
G = 26.51%
B = 52.11%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4758AD (or 0x4758AD) is known color: Governor Bay. HEX triplet: 47, 58 and AD. RGB value is (71,88,173). Sum of RGB (Red+Green+Blue) = 71+88+173=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #4758AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4758AD is #B8A752. Grayscale: #5C5C5C. Windows color (decimal): -12101459 or 11360327. OLE color: 11360327.

HSL color Cylindrical-coordinate representation of color #4758AD: hue angle of 230º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4758AD is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 88 173 -
CMYK 0.59 0.49 0 0.32
HSL 230º 0.42% 0.48% -
HSV(B) 230º 0.59% 0.68% -
XYZ 13.63 11.34 41 -
YUV 92.61 173.37 112.59 -
System Red Green Blue C M Y K H S L
Decimal 71 88 173 0.59 0.49 0 0.32 230 0.42 0.48
Hex 47 58 AD 3B 31 0 20 E6 2A 30
Octal 107 130 255 73 61 0 40 346 52 60
Binary 1000111 1011000 10101101 111011 110001 0 100000 11100110 101010 110000

Color Harmonies of #4758AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4758AD

Black with #4758AD

Text Example


Text Example

White with #4758AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4758AD; }

 p { color: rgb(71,88,173); }

 H1.HeaderClassName
 {
   color: #4758AD;
 }
 .AnyTagClassName
 {
   color: #4758AD;
 }
</style>

background-color css

<style>
 a { background-color: #4758AD; }

 a { background-color: rgb(71,88,173); }

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

border-color css

<style>
 span { border-color: #4758AD; }

 span { border-color: rgb(71,88,173); }

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