Html Css Color HEX #48579C Governor Bay

📋 copy color: '#48579C'

red 72 ◦ green 87 ◦ blue 156

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

Shades of Governor Bay #48579C

Tints of Governor Bay #48579C

RGB

 RED value IS 72 (28.52% from 255) = 22.86%

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

 BLUE value IS 156 (61.33% from 255) = 49.52%

R = 22.86%
G = 27.62%
B = 49.52%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48579C (or 0x48579C) is known color: Governor Bay. HEX triplet: 48, 57 and 9C. RGB value is (72,87,156). Sum of RGB (Red+Green+Blue) = 72+87+156=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #48579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48579C is #B7A863. Grayscale: #5A5A5A. Windows color (decimal): -12036196 or 10245960. OLE color: 10245960.

HSL color Cylindrical-coordinate representation of color #48579C: hue angle of 229.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48579C is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 87 156 -
CMYK 0.54 0.44 0 0.39
HSL 229.29º 0.37% 0.45% -
HSV(B) 229.29º 0.54% 0.61% -
XYZ 12.08 10.59 32.86 -
YUV 90.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 72 87 156 0.54 0.44 0 0.39 229.29 0.37 0.45
Hex 48 57 9C 36 2C 0 27 E5 25 2D
Octal 110 127 234 66 54 0 47 345 45 55
Binary 1001000 1010111 10011100 110110 101100 0 100111 11100101 100101 101101

Color Harmonies of #48579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48579C

Black with #48579C

Text Example


Text Example

White with #48579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48579C; }

 p { color: rgb(72,87,156); }

 H1.HeaderClassName
 {
   color: #48579C;
 }
 .AnyTagClassName
 {
   color: #48579C;
 }
</style>

background-color css

<style>
 a { background-color: #48579C; }

 a { background-color: rgb(72,87,156); }

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

border-color css

<style>
 span { border-color: #48579C; }

 span { border-color: rgb(72,87,156); }

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