Html Css Color HEX #4957A4 Governor Bay

📋 copy color: '#4957A4'

red 73 ◦ green 87 ◦ blue 164

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

Shades of Governor Bay #4957A4

Tints of Governor Bay #4957A4

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

 BLUE value IS 164 (64.45% from 255) = 50.62%

R = 22.53%
G = 26.85%
B = 50.62%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4957A4 (or 0x4957A4) is known color: Governor Bay. HEX triplet: 49, 57 and A4. RGB value is (73,87,164). Sum of RGB (Red+Green+Blue) = 73+87+164=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #4957A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4957A4 is #B6A85B. Grayscale: #5B5B5B. Windows color (decimal): -11970652 or 10770249. OLE color: 10770249.

HSL color Cylindrical-coordinate representation of color #4957A4: hue angle of 230.77º 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 #4957A4 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 87 164 -
CMYK 0.55 0.47 0 0.36
HSL 230.77º 0.38% 0.46% -
HSV(B) 230.77º 0.55% 0.64% -
XYZ 12.86 10.91 36.55 -
YUV 91.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 73 87 164 0.55 0.47 0 0.36 230.77 0.38 0.46
Hex 49 57 A4 37 2F 0 24 E7 26 2E
Octal 111 127 244 67 57 0 44 347 46 56
Binary 1001001 1010111 10100100 110111 101111 0 100100 11100111 100110 101110

Color Harmonies of #4957A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4957A4

Black with #4957A4

Text Example


Text Example

White with #4957A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4957A4; }

 p { color: rgb(73,87,164); }

 H1.HeaderClassName
 {
   color: #4957A4;
 }
 .AnyTagClassName
 {
   color: #4957A4;
 }
</style>

background-color css

<style>
 a { background-color: #4957A4; }

 a { background-color: rgb(73,87,164); }

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

border-color css

<style>
 span { border-color: #4957A4; }

 span { border-color: rgb(73,87,164); }

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