Html Css Color HEX #4958AB Governor Bay

📋 copy color: '#4958AB'

red 73 ◦ green 88 ◦ blue 171

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

Shades of Governor Bay #4958AB

Tints of Governor Bay #4958AB

RGB

 RED value IS 73 (28.91% from 255) = 21.99%

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

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

R = 21.99%
G = 26.51%
B = 51.51%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4958AB (or 0x4958AB) is known color: Governor Bay. HEX triplet: 49, 58 and AB. RGB value is (73,88,171). Sum of RGB (Red+Green+Blue) = 73+88+171=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #4958AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4958AB is #B6A754. Grayscale: #5C5C5C. Windows color (decimal): -11970389 or 11229257. OLE color: 11229257.

HSL color Cylindrical-coordinate representation of color #4958AB: hue angle of 230.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4958AB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 88 171 -
CMYK 0.57 0.49 0 0.33
HSL 230.82º 0.4% 0.48% -
HSV(B) 230.82º 0.57% 0.67% -
XYZ 13.59 11.34 40 -
YUV 92.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 73 88 171 0.57 0.49 0 0.33 230.82 0.4 0.48
Hex 49 58 AB 39 31 0 21 E7 28 30
Octal 111 130 253 71 61 0 41 347 50 60
Binary 1001001 1011000 10101011 111001 110001 0 100001 11100111 101000 110000

Color Harmonies of #4958AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4958AB

Black with #4958AB

Text Example


Text Example

White with #4958AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,88,171); }

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

background-color css

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

 a { background-color: rgb(73,88,171); }

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

border-color css

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

 span { border-color: rgb(73,88,171); }

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