Html Css Color HEX #48449F Governor Bay

📋 copy color: '#48449F'

red 72 ◦ green 68 ◦ blue 159

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

Shades of Governor Bay #48449F

Tints of Governor Bay #48449F

RGB

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

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

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

R = 24.08%
G = 22.74%
B = 53.18%

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

#48449F (or 0x48449F) is known color: Governor Bay. HEX triplet: 48, 44 and 9F. RGB value is (72,68,159). Sum of RGB (Red+Green+Blue) = 72+68+159=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #48449F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48449F is #B7BB60. Grayscale: #4F4F4F. Windows color (decimal): -12041057 or 10437704. OLE color: 10437704.

HSL color Cylindrical-coordinate representation of color #48449F: hue angle of 242.64º degrees, saturation: 0.4, 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 #48449F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 68 159 -
CMYK 0.55 0.57 0 0.38
HSL 242.64º 0.4% 0.45% -
HSV(B) 242.64º 0.57% 0.62% -
XYZ 11 8.02 33.77 -
YUV 79.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 72 68 159 0.55 0.57 0 0.38 242.64 0.4 0.45
Hex 48 44 9F 37 39 0 26 F3 28 2D
Octal 110 104 237 67 71 0 46 363 50 55
Binary 1001000 1000100 10011111 110111 111001 0 100110 11110011 101000 101101

Color Harmonies of #48449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48449F

Black with #48449F

Text Example


Text Example

White with #48449F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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