Html Css Color HEX #48479D Governor Bay

📋 copy color: '#48479D'

red 72 ◦ green 71 ◦ blue 157

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

Shades of Governor Bay #48479D

Tints of Governor Bay #48479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 24%
G = 23.67%
B = 52.33%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#48479D (or 0x48479D) is known color: Governor Bay. HEX triplet: 48, 47 and 9D. RGB value is (72,71,157). Sum of RGB (Red+Green+Blue) = 72+71+157=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #48479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48479D is #B7B862. Grayscale: #505050. Windows color (decimal): -12040291 or 10307400. OLE color: 10307400.

HSL color Cylindrical-coordinate representation of color #48479D: hue angle of 240.7º 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 #48479D is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 71 157 -
CMYK 0.54 0.55 0 0.38
HSL 240.7º 0.38% 0.45% -
HSV(B) 240.7º 0.55% 0.62% -
XYZ 11.01 8.32 32.92 -
YUV 81.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 72 71 157 0.54 0.55 0 0.38 240.7 0.38 0.45
Hex 48 47 9D 36 37 0 26 F1 26 2D
Octal 110 107 235 66 67 0 46 361 46 55
Binary 1001000 1000111 10011101 110110 110111 0 100110 11110001 100110 101101

Color Harmonies of #48479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48479D

Black with #48479D

Text Example


Text Example

White with #48479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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