Html Css Color HEX #4B2470 Blue Diamond

📋 copy color: '#4B2470'

red 75 ◦ green 36 ◦ blue 112

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

Shades of Blue Diamond #4B2470

Tints of Blue Diamond #4B2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 33.63%
G = 16.14%
B = 50.22%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B2470 (or 0x4B2470) is known color: Blue Diamond. HEX triplet: 4B, 24 and 70. RGB value is (75,36,112). Sum of RGB (Red+Green+Blue) = 75+36+112=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2470 is #B4DB8F. Grayscale: #383838. Windows color (decimal): -11852688 or 7349323. OLE color: 7349323.

HSL color Cylindrical-coordinate representation of color #4B2470: hue angle of 270.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B2470 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 36 112 -
CMYK 0.33 0.68 0 0.56
HSL 270.79º 0.51% 0.29% -
HSV(B) 270.79º 0.68% 0.44% -
XYZ 6.46 3.93 15.75 -
YUV 56.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 75 36 112 0.33 0.68 0 0.56 270.79 0.51 0.29
Hex 4B 24 70 21 44 0 38 10F 33 1D
Octal 113 44 160 41 104 0 70 417 63 35
Binary 1001011 100100 1110000 100001 1000100 0 111000 100001111 110011 11101

Color Harmonies of #4B2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2470

Black with #4B2470

Text Example


Text Example

White with #4B2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,36,112); }

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

background-color css

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

 a { background-color: rgb(75,36,112); }

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

border-color css

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

 span { border-color: rgb(75,36,112); }

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