Html Css Color HEX #48479F Governor Bay

📋 copy color: '#48479F'

red 72 ◦ green 71 ◦ blue 159

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

Shades of Governor Bay #48479F

Tints of Governor Bay #48479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

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

R = 23.84%
G = 23.51%
B = 52.65%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48479F (or 0x48479F) is known color: Governor Bay. HEX triplet: 48, 47 and 9F. RGB value is (72,71,159). Sum of RGB (Red+Green+Blue) = 72+71+159=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #48479F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48479F is #B7B860. Grayscale: #505050. Windows color (decimal): -12040289 or 10438472. OLE color: 10438472.

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

Color convert

RGB 72 71 159 -
CMYK 0.55 0.55 0 0.38
HSL 240.68º 0.38% 0.45% -
HSV(B) 240.68º 0.55% 0.62% -
XYZ 11.18 8.39 33.83 -
YUV 81.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 72 71 159 0.55 0.55 0 0.38 240.68 0.38 0.45
Hex 48 47 9F 37 37 0 26 F1 26 2D
Octal 110 107 237 67 67 0 46 361 46 55
Binary 1001000 1000111 10011111 110111 110111 0 100110 11110001 100110 101101

Color Harmonies of #48479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48479F

Black with #48479F

Text Example


Text Example

White with #48479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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