Html Css Color HEX #483270 Blue Diamond

📋 copy color: '#483270'

red 72 ◦ green 50 ◦ blue 112

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

Shades of Blue Diamond #483270

Tints of Blue Diamond #483270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 30.77%
G = 21.37%
B = 47.86%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#483270 (or 0x483270) is known color: Blue Diamond. HEX triplet: 48, 32 and 70. RGB value is (72,50,112). Sum of RGB (Red+Green+Blue) = 72+50+112=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #483270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483270 is #B7CD8F. Grayscale: #3F3F3F. Windows color (decimal): -12045712 or 7352904. OLE color: 7352904.

HSL color Cylindrical-coordinate representation of color #483270: hue angle of 261.29º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #483270 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 50 112 -
CMYK 0.36 0.55 0 0.56
HSL 261.29º 0.38% 0.32% -
HSV(B) 261.29º 0.55% 0.44% -
XYZ 6.74 4.83 15.91 -
YUV 63.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 72 50 112 0.36 0.55 0 0.56 261.29 0.38 0.32
Hex 48 32 70 24 37 0 38 105 26 20
Octal 110 62 160 44 67 0 70 405 46 40
Binary 1001000 110010 1110000 100100 110111 0 111000 100000101 100110 100000

Color Harmonies of #483270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483270

Black with #483270

Text Example


Text Example

White with #483270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483270; }

 p { color: rgb(72,50,112); }

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

background-color css

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

 a { background-color: rgb(72,50,112); }

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

border-color css

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

 span { border-color: rgb(72,50,112); }

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