Html Css Color HEX #48459F Governor Bay

📋 copy color: '#48459F'

red 72 ◦ green 69 ◦ blue 159

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

Shades of Governor Bay #48459F

Tints of Governor Bay #48459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23%

 BLUE value IS 159 (62.5% from 255) = 53%

R = 24%
G = 23%
B = 53%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48459F (or 0x48459F) is known color: Governor Bay. HEX triplet: 48, 45 and 9F. RGB value is (72,69,159). Sum of RGB (Red+Green+Blue) = 72+69+159=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #48459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48459F is #B7BA60. Grayscale: #4F4F4F. Windows color (decimal): -12040801 or 10437960. OLE color: 10437960.

HSL color Cylindrical-coordinate representation of color #48459F: hue angle of 242º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48459F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 69 159 -
CMYK 0.55 0.57 0 0.38
HSL 242º 0.39% 0.45% -
HSV(B) 242º 0.57% 0.62% -
XYZ 11.06 8.14 33.79 -
YUV 80.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 72 69 159 0.55 0.57 0 0.38 242 0.39 0.45
Hex 48 45 9F 37 39 0 26 F2 27 2D
Octal 110 105 237 67 71 0 46 362 47 55
Binary 1001000 1000101 10011111 110111 111001 0 100110 11110010 100111 101101

Color Harmonies of #48459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48459F

Black with #48459F

Text Example


Text Example

White with #48459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48459F; }

 p { color: rgb(72,69,159); }

 H1.HeaderClassName
 {
   color: #48459F;
 }
 .AnyTagClassName
 {
   color: #48459F;
 }
</style>

background-color css

<style>
 a { background-color: #48459F; }

 a { background-color: rgb(72,69,159); }

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

border-color css

<style>
 span { border-color: #48459F; }

 span { border-color: rgb(72,69,159); }

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