Html Css Color HEX #481671 Blue Diamond

📋 copy color: '#481671'

red 72 ◦ green 22 ◦ blue 113

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

Shades of Blue Diamond #481671

Tints of Blue Diamond #481671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

 BLUE value IS 113 (44.53% from 255) = 54.59%

R = 34.78%
G = 10.63%
B = 54.59%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#481671 (or 0x481671) is known color: Blue Diamond. HEX triplet: 48, 16 and 71. RGB value is (72,22,113). Sum of RGB (Red+Green+Blue) = 72+22+113=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #481671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481671 is #B7E98E. Grayscale: #2F2F2F. Windows color (decimal): -12052879 or 7411272. OLE color: 7411272.

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

Color convert

RGB 72 22 113 -
CMYK 0.36 0.81 0 0.56
HSL 272.97º 0.67% 0.26% -
HSV(B) 272.97º 0.81% 0.44% -
XYZ 5.94 3.14 15.92 -
YUV 47.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 72 22 113 0.36 0.81 0 0.56 272.97 0.67 0.26
Hex 48 16 71 24 51 0 38 111 43 1A
Octal 110 26 161 44 121 0 70 421 103 32
Binary 1001000 10110 1110001 100100 1010001 0 111000 100010001 1000011 11010

Color Harmonies of #481671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481671

Black with #481671

Text Example


Text Example

White with #481671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481671; }

 p { color: rgb(72,22,113); }

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

background-color css

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

 a { background-color: rgb(72,22,113); }

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

border-color css

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

 span { border-color: rgb(72,22,113); }

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