Html Css Color HEX #481676 Blue Diamond

📋 copy color: '#481676'

red 72 ◦ green 22 ◦ blue 118

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

Shades of Blue Diamond #481676

Tints of Blue Diamond #481676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.66%

R = 33.96%
G = 10.38%
B = 55.66%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#481676 (or 0x481676) is known color: Blue Diamond. HEX triplet: 48, 16 and 76. RGB value is (72,22,118). Sum of RGB (Red+Green+Blue) = 72+22+118=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #481676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481676 is #B7E989. Grayscale: #2F2F2F. Windows color (decimal): -12052874 or 7738952. OLE color: 7738952.

HSL color Cylindrical-coordinate representation of color #481676: hue angle of 271.25º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481676 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 22 118 -
CMYK 0.39 0.81 0 0.54
HSL 271.25º 0.69% 0.27% -
HSV(B) 271.25º 0.81% 0.46% -
XYZ 6.23 3.26 17.44 -
YUV 47.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 72 22 118 0.39 0.81 0 0.54 271.25 0.69 0.27
Hex 48 16 76 27 51 0 36 10F 45 1B
Octal 110 26 166 47 121 0 66 417 105 33
Binary 1001000 10110 1110110 100111 1010001 0 110110 100001111 1000101 11011

Color Harmonies of #481676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481676

Black with #481676

Text Example


Text Example

White with #481676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481676; }

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

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

background-color css

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

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

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

border-color css

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

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

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