Html Css Color HEX #481970 Blue Diamond

📋 copy color: '#481970'

red 72 ◦ green 25 ◦ blue 112

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

Shades of Blue Diamond #481970

Tints of Blue Diamond #481970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

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

R = 34.45%
G = 11.96%
B = 53.59%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#481970 (or 0x481970) is known color: Blue Diamond. HEX triplet: 48, 19 and 70. RGB value is (72,25,112). Sum of RGB (Red+Green+Blue) = 72+25+112=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #481970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481970 is #B7E68F. Grayscale: #303030. Windows color (decimal): -12052112 or 7346504. OLE color: 7346504.

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

Color convert

RGB 72 25 112 -
CMYK 0.36 0.78 0 0.56
HSL 272.41º 0.64% 0.27% -
HSV(B) 272.41º 0.78% 0.44% -
XYZ 5.94 3.24 15.64 -
YUV 48.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 72 25 112 0.36 0.78 0 0.56 272.41 0.64 0.27
Hex 48 19 70 24 4E 0 38 110 40 1B
Octal 110 31 160 44 116 0 70 420 100 33
Binary 1001000 11001 1110000 100100 1001110 0 111000 100010000 1000000 11011

Color Harmonies of #481970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481970

Black with #481970

Text Example


Text Example

White with #481970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481970; }

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

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

background-color css

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

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

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

border-color css

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

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

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