Html Css Color HEX #481A75 Blue Diamond

📋 copy color: '#481A75'

red 72 ◦ green 26 ◦ blue 117

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

Shades of Blue Diamond #481A75

Tints of Blue Diamond #481A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

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

R = 33.49%
G = 12.09%
B = 54.42%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#481A75 (or 0x481A75) is known color: Blue Diamond. HEX triplet: 48, 1A and 75. RGB value is (72,26,117). Sum of RGB (Red+Green+Blue) = 72+26+117=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #481A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481A75 is #B7E58A. Grayscale: #313131. Windows color (decimal): -12051851 or 7674440. OLE color: 7674440.

HSL color Cylindrical-coordinate representation of color #481A75: hue angle of 270.33º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481A75 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 26 117 -
CMYK 0.38 0.78 0 0.54
HSL 270.33º 0.64% 0.28% -
HSV(B) 270.33º 0.78% 0.46% -
XYZ 6.25 3.4 17.16 -
YUV 50.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 72 26 117 0.38 0.78 0 0.54 270.33 0.64 0.28
Hex 48 1A 75 26 4E 0 36 10E 40 1C
Octal 110 32 165 46 116 0 66 416 100 34
Binary 1001000 11010 1110101 100110 1001110 0 110110 100001110 1000000 11100

Color Harmonies of #481A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A75

Black with #481A75

Text Example


Text Example

White with #481A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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