Html Css Color HEX #481888 Windsor

📋 copy color: '#481888'

red 72 ◦ green 24 ◦ blue 136

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

Shades of Windsor #481888

Tints of Windsor #481888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 136 (53.52% from 255) = 58.62%

R = 31.03%
G = 10.34%
B = 58.62%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#481888 (or 0x481888) is known color: Windsor. HEX triplet: 48, 18 and 88. RGB value is (72,24,136). Sum of RGB (Red+Green+Blue) = 72+24+136=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #481888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481888 is #B7E777. Grayscale: #323232. Windows color (decimal): -12052344 or 8919112. OLE color: 8919112.

HSL color Cylindrical-coordinate representation of color #481888: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #481888 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 24 136 -
CMYK 0.47 0.82 0 0.47
HSL 265.71º 0.7% 0.31% -
HSV(B) 265.71º 0.82% 0.53% -
XYZ 7.44 3.81 23.64 -
YUV 51.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 72 24 136 0.47 0.82 0 0.47 265.71 0.7 0.31
Hex 48 18 88 2F 52 0 2F 10A 46 1F
Octal 110 30 210 57 122 0 57 412 106 37
Binary 1001000 11000 10001000 101111 1010010 0 101111 100001010 1000110 11111

Color Harmonies of #481888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481888

Black with #481888

Text Example


Text Example

White with #481888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481888; }

 p { color: rgb(72,24,136); }

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

background-color css

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

 a { background-color: rgb(72,24,136); }

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

border-color css

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

 span { border-color: rgb(72,24,136); }

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