Html Css Color HEX #48449E Governor Bay

📋 copy color: '#48449E'

red 72 ◦ green 68 ◦ blue 158

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

Shades of Governor Bay #48449E

Tints of Governor Bay #48449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 158 (62.11% from 255) = 53.02%

R = 24.16%
G = 22.82%
B = 53.02%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48449E (or 0x48449E) is known color: Governor Bay. HEX triplet: 48, 44 and 9E. RGB value is (72,68,158). Sum of RGB (Red+Green+Blue) = 72+68+158=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #48449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48449E is #B7BB61. Grayscale: #4F4F4F. Windows color (decimal): -12041058 or 10372168. OLE color: 10372168.

HSL color Cylindrical-coordinate representation of color #48449E: hue angle of 242.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48449E is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 68 158 -
CMYK 0.54 0.57 0 0.38
HSL 242.67º 0.4% 0.44% -
HSV(B) 242.67º 0.57% 0.62% -
XYZ 10.91 7.98 33.31 -
YUV 79.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 72 68 158 0.54 0.57 0 0.38 242.67 0.4 0.44
Hex 48 44 9E 36 39 0 26 F3 28 2C
Octal 110 104 236 66 71 0 46 363 50 54
Binary 1001000 1000100 10011110 110110 111001 0 100110 11110011 101000 101100

Color Harmonies of #48449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48449E

Black with #48449E

Text Example


Text Example

White with #48449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,68,158); }

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

background-color css

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

 a { background-color: rgb(72,68,158); }

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

border-color css

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

 span { border-color: rgb(72,68,158); }

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