Html Css Color HEX #48569B Governor Bay

📋 copy color: '#48569B'

red 72 ◦ green 86 ◦ blue 155

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

Shades of Governor Bay #48569B

Tints of Governor Bay #48569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 23%
G = 27.48%
B = 49.52%

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

#48569B (or 0x48569B) is known color: Governor Bay. HEX triplet: 48, 56 and 9B. RGB value is (72,86,155). Sum of RGB (Red+Green+Blue) = 72+86+155=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #48569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48569B is #B7A964. Grayscale: #595959. Windows color (decimal): -12036453 or 10180168. OLE color: 10180168.

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

Color convert

RGB 72 86 155 -
CMYK 0.54 0.45 0 0.39
HSL 229.88º 0.37% 0.45% -
HSV(B) 229.88º 0.54% 0.61% -
XYZ 11.92 10.4 32.39 -
YUV 89.68 164.86 115.39 -
System Red Green Blue C M Y K H S L
Decimal 72 86 155 0.54 0.45 0 0.39 229.88 0.37 0.45
Hex 48 56 9B 36 2D 0 27 E6 25 2D
Octal 110 126 233 66 55 0 47 346 45 55
Binary 1001000 1010110 10011011 110110 101101 0 100111 11100110 100101 101101

Color Harmonies of #48569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48569B

Black with #48569B

Text Example


Text Example

White with #48569B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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