Html Css Color HEX #4958A2 Governor Bay

📋 copy color: '#4958A2'

red 73 ◦ green 88 ◦ blue 162

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

Shades of Governor Bay #4958A2

Tints of Governor Bay #4958A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.15%

R = 22.6%
G = 27.24%
B = 50.15%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4958A2 (or 0x4958A2) is known color: Governor Bay. HEX triplet: 49, 58 and A2. RGB value is (73,88,162). Sum of RGB (Red+Green+Blue) = 73+88+162=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #4958A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4958A2 is #B6A75D. Grayscale: #5B5B5B. Windows color (decimal): -11970398 or 10639433. OLE color: 10639433.

HSL color Cylindrical-coordinate representation of color #4958A2: hue angle of 229.89º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4958A2 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 88 162 -
CMYK 0.55 0.46 0 0.36
HSL 229.89º 0.38% 0.46% -
HSV(B) 229.89º 0.55% 0.64% -
XYZ 12.76 11 35.63 -
YUV 91.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 73 88 162 0.55 0.46 0 0.36 229.89 0.38 0.46
Hex 49 58 A2 37 2E 0 24 E6 26 2E
Octal 111 130 242 67 56 0 44 346 46 56
Binary 1001001 1011000 10100010 110111 101110 0 100100 11100110 100110 101110

Color Harmonies of #4958A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4958A2

Black with #4958A2

Text Example


Text Example

White with #4958A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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