Html Css Color HEX #481569 Blue Diamond

📋 copy color: '#481569'

red 72 ◦ green 21 ◦ blue 105

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

Shades of Blue Diamond #481569

Tints of Blue Diamond #481569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 36.36%
G = 10.61%
B = 53.03%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481569 (or 0x481569) is known color: Blue Diamond. HEX triplet: 48, 15 and 69. RGB value is (72,21,105). Sum of RGB (Red+Green+Blue) = 72+21+105=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #481569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481569 is #B7EA96. Grayscale: #2D2D2D. Windows color (decimal): -12053143 or 6886728. OLE color: 6886728.

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

Color convert

RGB 72 21 105 -
CMYK 0.31 0.80 0 0.59
HSL 276.43º 0.67% 0.25% -
HSV(B) 276.43º 0.8% 0.41% -
XYZ 5.49 2.93 13.64 -
YUV 45.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 72 21 105 0.31 0.80 0 0.59 276.43 0.67 0.25
Hex 48 15 69 1F 50 0 3B 114 43 19
Octal 110 25 151 37 120 0 73 424 103 31
Binary 1001000 10101 1101001 11111 1010000 0 111011 100010100 1000011 11001

Color Harmonies of #481569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481569

Black with #481569

Text Example


Text Example

White with #481569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481569; }

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

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

background-color css

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

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

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

border-color css

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

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

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