Html Css Color HEX #4B287B Windsor

📋 copy color: '#4B287B'

red 75 ◦ green 40 ◦ blue 123

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

Shades of Windsor #4B287B

Tints of Windsor #4B287B

RGB

 RED value IS 75 (29.69% from 255) = 31.51%

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 31.51%
G = 16.81%
B = 51.68%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4B287B (or 0x4B287B) is known color: Windsor. HEX triplet: 4B, 28 and 7B. RGB value is (75,40,123). Sum of RGB (Red+Green+Blue) = 75+40+123=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B287B is #B4D784. Grayscale: #3B3B3B. Windows color (decimal): -11851653 or 8071243. OLE color: 8071243.

HSL color Cylindrical-coordinate representation of color #4B287B: hue angle of 265.3º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B287B is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 40 123 -
CMYK 0.39 0.67 0 0.52
HSL 265.3º 0.51% 0.32% -
HSV(B) 265.3º 0.67% 0.48% -
XYZ 7.24 4.44 19.22 -
YUV 59.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 75 40 123 0.39 0.67 0 0.52 265.3 0.51 0.32
Hex 4B 28 7B 27 43 0 34 109 33 20
Octal 113 50 173 47 103 0 64 411 63 40
Binary 1001011 101000 1111011 100111 1000011 0 110100 100001001 110011 100000

Color Harmonies of #4B287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B287B

Black with #4B287B

Text Example


Text Example

White with #4B287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B287B; }

 p { color: rgb(75,40,123); }

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

background-color css

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

 a { background-color: rgb(75,40,123); }

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

border-color css

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

 span { border-color: rgb(75,40,123); }

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