Html Css Color HEX #481675 Blue Diamond

📋 copy color: '#481675'

red 72 ◦ green 22 ◦ blue 117

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

Shades of Blue Diamond #481675

Tints of Blue Diamond #481675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 34.12%
G = 10.43%
B = 55.45%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#481675 (or 0x481675) is known color: Blue Diamond. HEX triplet: 48, 16 and 75. RGB value is (72,22,117). Sum of RGB (Red+Green+Blue) = 72+22+117=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #481675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481675 is #B7E98A. Grayscale: #2F2F2F. Windows color (decimal): -12052875 or 7673416. OLE color: 7673416.

HSL color Cylindrical-coordinate representation of color #481675: hue angle of 271.58º degrees, saturation: 0.68, 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 #481675 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 22 117 -
CMYK 0.38 0.81 0 0.54
HSL 271.58º 0.68% 0.27% -
HSV(B) 271.58º 0.81% 0.46% -
XYZ 6.17 3.24 17.13 -
YUV 47.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 72 22 117 0.38 0.81 0 0.54 271.58 0.68 0.27
Hex 48 16 75 26 51 0 36 110 44 1B
Octal 110 26 165 46 121 0 66 420 104 33
Binary 1001000 10110 1110101 100110 1010001 0 110110 100010000 1000100 11011

Color Harmonies of #481675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481675

Black with #481675

Text Example


Text Example

White with #481675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481675; }

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

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

background-color css

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

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

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

border-color css

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

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

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