Html Css Color HEX #482F7B Windsor

📋 copy color: '#482F7B'

red 72 ◦ green 47 ◦ blue 123

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

Shades of Windsor #482F7B

Tints of Windsor #482F7B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

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

R = 29.75%
G = 19.42%
B = 50.83%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#482F7B (or 0x482F7B) is known color: Windsor. HEX triplet: 48, 2F and 7B. RGB value is (72,47,123). Sum of RGB (Red+Green+Blue) = 72+47+123=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #482F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F7B is #B7D084. Grayscale: #3E3E3E. Windows color (decimal): -12046469 or 8073032. OLE color: 8073032.

HSL color Cylindrical-coordinate representation of color #482F7B: hue angle of 259.74º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482F7B is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 47 123 -
CMYK 0.41 0.62 0 0.52
HSL 259.74º 0.45% 0.33% -
HSV(B) 259.74º 0.62% 0.48% -
XYZ 7.26 4.84 19.29 -
YUV 63.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 72 47 123 0.41 0.62 0 0.52 259.74 0.45 0.33
Hex 48 2F 7B 29 3E 0 34 104 2D 21
Octal 110 57 173 51 76 0 64 404 55 41
Binary 1001000 101111 1111011 101001 111110 0 110100 100000100 101101 100001

Color Harmonies of #482F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F7B

Black with #482F7B

Text Example


Text Example

White with #482F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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