Html Css Color HEX #48568E Governor Bay

📋 copy color: '#48568E'

red 72 ◦ green 86 ◦ blue 142

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

Shades of Governor Bay #48568E

Tints of Governor Bay #48568E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.33%

R = 24%
G = 28.67%
B = 47.33%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48568E (or 0x48568E) is known color: Governor Bay. HEX triplet: 48, 56 and 8E. RGB value is (72,86,142). Sum of RGB (Red+Green+Blue) = 72+86+142=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #48568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48568E is #B7A971. Grayscale: #575757. Windows color (decimal): -12036466 or 9328200. OLE color: 9328200.

HSL color Cylindrical-coordinate representation of color #48568E: hue angle of 228º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48568E is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 86 142 -
CMYK 0.49 0.39 0 0.44
HSL 228º 0.33% 0.42% -
HSV(B) 228º 0.49% 0.56% -
XYZ 10.88 9.99 26.95 -
YUV 88.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 72 86 142 0.49 0.39 0 0.44 228 0.33 0.42
Hex 48 56 8E 31 27 0 2C E4 21 2A
Octal 110 126 216 61 47 0 54 344 41 52
Binary 1001000 1010110 10001110 110001 100111 0 101100 11100100 100001 101010

Color Harmonies of #48568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48568E

Black with #48568E

Text Example


Text Example

White with #48568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48568E; }

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

 H1.HeaderClassName
 {
   color: #48568E;
 }
 .AnyTagClassName
 {
   color: #48568E;
 }
</style>

background-color css

<style>
 a { background-color: #48568E; }

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

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

border-color css

<style>
 span { border-color: #48568E; }

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

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