Html Css Color HEX #481E6D Blue Diamond

📋 copy color: '#481E6D'

red 72 ◦ green 30 ◦ blue 109

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

Shades of Blue Diamond #481E6D

Tints of Blue Diamond #481E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.22%

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 34.12%
G = 14.22%
B = 51.66%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#481E6D (or 0x481E6D) is known color: Blue Diamond. HEX triplet: 48, 1E and 6D. RGB value is (72,30,109). Sum of RGB (Red+Green+Blue) = 72+30+109=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #481E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E6D is #B7E192. Grayscale: #333333. Windows color (decimal): -12050835 or 7151176. OLE color: 7151176.

HSL color Cylindrical-coordinate representation of color #481E6D: hue angle of 271.9º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481E6D is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 30 109 -
CMYK 0.34 0.72 0 0.57
HSL 271.9º 0.57% 0.27% -
HSV(B) 271.9º 0.72% 0.43% -
XYZ 5.9 3.41 14.82 -
YUV 51.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 72 30 109 0.34 0.72 0 0.57 271.9 0.57 0.27
Hex 48 1E 6D 22 48 0 39 110 39 1B
Octal 110 36 155 42 110 0 71 420 71 33
Binary 1001000 11110 1101101 100010 1001000 0 111001 100010000 111001 11011

Color Harmonies of #481E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E6D

Black with #481E6D

Text Example


Text Example

White with #481E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E6D; }

 p { color: rgb(72,30,109); }

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

background-color css

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

 a { background-color: rgb(72,30,109); }

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

border-color css

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

 span { border-color: rgb(72,30,109); }

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