Html Css Color HEX #4B3473 Blue Diamond

📋 copy color: '#4B3473'

red 75 ◦ green 52 ◦ blue 115

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

Shades of Blue Diamond #4B3473

Tints of Blue Diamond #4B3473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 30.99%
G = 21.49%
B = 47.52%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B3473 (or 0x4B3473) is known color: Blue Diamond. HEX triplet: 4B, 34 and 73. RGB value is (75,52,115). Sum of RGB (Red+Green+Blue) = 75+52+115=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B3473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3473 is #B4CB8C. Grayscale: #414141. Windows color (decimal): -11848589 or 7550027. OLE color: 7550027.

HSL color Cylindrical-coordinate representation of color #4B3473: hue angle of 261.9º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B3473 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 52 115 -
CMYK 0.35 0.55 0 0.55
HSL 261.9º 0.38% 0.33% -
HSV(B) 261.9º 0.55% 0.45% -
XYZ 7.22 5.19 16.84 -
YUV 66.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 75 52 115 0.35 0.55 0 0.55 261.9 0.38 0.33
Hex 4B 34 73 23 37 0 37 106 26 21
Octal 113 64 163 43 67 0 67 406 46 41
Binary 1001011 110100 1110011 100011 110111 0 110111 100000110 100110 100001

Color Harmonies of #4B3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3473

Black with #4B3473

Text Example


Text Example

White with #4B3473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,52,115); }

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

background-color css

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

 a { background-color: rgb(75,52,115); }

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

border-color css

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

 span { border-color: rgb(75,52,115); }

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