Html Css Color HEX #481969 Blue Diamond

📋 copy color: '#481969'

red 72 ◦ green 25 ◦ blue 105

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

Shades of Blue Diamond #481969

Tints of Blue Diamond #481969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 35.64%
G = 12.38%
B = 51.98%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481969 (or 0x481969) is known color: Blue Diamond. HEX triplet: 48, 19 and 69. RGB value is (72,25,105). Sum of RGB (Red+Green+Blue) = 72+25+105=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #481969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481969 is #B7E696. Grayscale: #2F2F2F. Windows color (decimal): -12052119 or 6887752. OLE color: 6887752.

HSL color Cylindrical-coordinate representation of color #481969: hue angle of 275.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481969 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 25 105 -
CMYK 0.31 0.76 0 0.59
HSL 275.25º 0.62% 0.25% -
HSV(B) 275.25º 0.76% 0.41% -
XYZ 5.57 3.09 13.67 -
YUV 48.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 72 25 105 0.31 0.76 0 0.59 275.25 0.62 0.25
Hex 48 19 69 1F 4C 0 3B 113 3E 19
Octal 110 31 151 37 114 0 73 423 76 31
Binary 1001000 11001 1101001 11111 1001100 0 111011 100010011 111110 11001

Color Harmonies of #481969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481969

Black with #481969

Text Example


Text Example

White with #481969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481969; }

 p { color: rgb(72,25,105); }

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

background-color css

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

 a { background-color: rgb(72,25,105); }

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

border-color css

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

 span { border-color: rgb(72,25,105); }

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