Html Css Color HEX #481469 Blue Diamond

📋 copy color: '#481469'

red 72 ◦ green 20 ◦ blue 105

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

Shades of Blue Diamond #481469

Tints of Blue Diamond #481469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

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

R = 36.55%
G = 10.15%
B = 53.3%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481469 (or 0x481469) is known color: Blue Diamond. HEX triplet: 48, 14 and 69. RGB value is (72,20,105). Sum of RGB (Red+Green+Blue) = 72+20+105=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #481469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481469 is #B7EB96. Grayscale: #2C2C2C. Windows color (decimal): -12053399 or 6886472. OLE color: 6886472.

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

Color convert

RGB 72 20 105 -
CMYK 0.31 0.81 0 0.59
HSL 276.71º 0.68% 0.25% -
HSV(B) 276.71º 0.81% 0.41% -
XYZ 5.47 2.9 13.64 -
YUV 45.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 72 20 105 0.31 0.81 0 0.59 276.71 0.68 0.25
Hex 48 14 69 1F 51 0 3B 115 44 19
Octal 110 24 151 37 121 0 73 425 104 31
Binary 1001000 10100 1101001 11111 1010001 0 111011 100010101 1000100 11001

Color Harmonies of #481469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481469

Black with #481469

Text Example


Text Example

White with #481469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481469; }

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

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

background-color css

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

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

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

border-color css

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

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

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