Html Css Color HEX #48367A Windsor

📋 copy color: '#48367A'

red 72 ◦ green 54 ◦ blue 122

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

Shades of Windsor #48367A

Tints of Windsor #48367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 122 (48.05% from 255) = 49.19%

R = 29.03%
G = 21.77%
B = 49.19%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48367A (or 0x48367A) is known color: Windsor. HEX triplet: 48, 36 and 7A. RGB value is (72,54,122). Sum of RGB (Red+Green+Blue) = 72+54+122=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #48367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48367A is #B7C985. Grayscale: #424242. Windows color (decimal): -12044678 or 8009288. OLE color: 8009288.

HSL color Cylindrical-coordinate representation of color #48367A: hue angle of 255.88º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48367A is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 54 122 -
CMYK 0.41 0.56 0 0.52
HSL 255.88º 0.39% 0.35% -
HSV(B) 255.88º 0.56% 0.48% -
XYZ 7.5 5.42 19.06 -
YUV 67.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 72 54 122 0.41 0.56 0 0.52 255.88 0.39 0.35
Hex 48 36 7A 29 38 0 34 100 27 23
Octal 110 66 172 51 70 0 64 400 47 43
Binary 1001000 110110 1111010 101001 111000 0 110100 100000000 100111 100011

Color Harmonies of #48367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48367A

Black with #48367A

Text Example


Text Example

White with #48367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48367A; }

 p { color: rgb(72,54,122); }

 H1.HeaderClassName
 {
   color: #48367A;
 }
 .AnyTagClassName
 {
   color: #48367A;
 }
</style>

background-color css

<style>
 a { background-color: #48367A; }

 a { background-color: rgb(72,54,122); }

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

border-color css

<style>
 span { border-color: #48367A; }

 span { border-color: rgb(72,54,122); }

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