Html Css Color HEX #48569C Governor Bay

📋 copy color: '#48569C'

red 72 ◦ green 86 ◦ blue 156

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

Shades of Governor Bay #48569C

Tints of Governor Bay #48569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 22.93%
G = 27.39%
B = 49.68%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48569C (or 0x48569C) is known color: Governor Bay. HEX triplet: 48, 56 and 9C. RGB value is (72,86,156). Sum of RGB (Red+Green+Blue) = 72+86+156=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #48569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48569C is #B7A963. Grayscale: #595959. Windows color (decimal): -12036452 or 10245704. OLE color: 10245704.

HSL color Cylindrical-coordinate representation of color #48569C: hue angle of 230º 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 #48569C is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 86 156 -
CMYK 0.54 0.45 0 0.39
HSL 230º 0.37% 0.45% -
HSV(B) 230º 0.54% 0.61% -
XYZ 12 10.43 32.83 -
YUV 89.79 165.36 115.31 -
System Red Green Blue C M Y K H S L
Decimal 72 86 156 0.54 0.45 0 0.39 230 0.37 0.45
Hex 48 56 9C 36 2D 0 27 E6 25 2D
Octal 110 126 234 66 55 0 47 346 45 55
Binary 1001000 1010110 10011100 110110 101101 0 100111 11100110 100101 101101

Color Harmonies of #48569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48569C

Black with #48569C

Text Example


Text Example

White with #48569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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