Html Css Color HEX #48367B Windsor

📋 copy color: '#48367B'

red 72 ◦ green 54 ◦ blue 123

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

Shades of Windsor #48367B

Tints of Windsor #48367B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49.4%

R = 28.92%
G = 21.69%
B = 49.4%

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

#48367B (or 0x48367B) is known color: Windsor. HEX triplet: 48, 36 and 7B. RGB value is (72,54,123). Sum of RGB (Red+Green+Blue) = 72+54+123=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #48367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48367B is #B7C984. Grayscale: #424242. Windows color (decimal): -12044677 or 8074824. OLE color: 8074824.

HSL color Cylindrical-coordinate representation of color #48367B: hue angle of 255.65º 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 #48367B is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 54 123 -
CMYK 0.41 0.56 0 0.52
HSL 255.65º 0.39% 0.35% -
HSV(B) 255.65º 0.56% 0.48% -
XYZ 7.57 5.45 19.39 -
YUV 67.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 72 54 123 0.41 0.56 0 0.52 255.65 0.39 0.35
Hex 48 36 7B 29 38 0 34 100 27 23
Octal 110 66 173 51 70 0 64 400 47 43
Binary 1001000 110110 1111011 101001 111000 0 110100 100000000 100111 100011

Color Harmonies of #48367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48367B

Black with #48367B

Text Example


Text Example

White with #48367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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