Html Css Color HEX #481669 Blue Diamond

📋 copy color: '#481669'

red 72 ◦ green 22 ◦ blue 105

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

Shades of Blue Diamond #481669

Tints of Blue Diamond #481669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

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

R = 36.18%
G = 11.06%
B = 52.76%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481669 (or 0x481669) is known color: Blue Diamond. HEX triplet: 48, 16 and 69. RGB value is (72,22,105). Sum of RGB (Red+Green+Blue) = 72+22+105=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #481669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481669 is #B7E996. Grayscale: #2E2E2E. Windows color (decimal): -12052887 or 6886984. OLE color: 6886984.

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

Color convert

RGB 72 22 105 -
CMYK 0.31 0.79 0 0.59
HSL 276.14º 0.65% 0.25% -
HSV(B) 276.14º 0.79% 0.41% -
XYZ 5.51 2.97 13.65 -
YUV 46.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 72 22 105 0.31 0.79 0 0.59 276.14 0.65 0.25
Hex 48 16 69 1F 4F 0 3B 114 41 19
Octal 110 26 151 37 117 0 73 424 101 31
Binary 1001000 10110 1101001 11111 1001111 0 111011 100010100 1000001 11001

Color Harmonies of #481669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481669

Black with #481669

Text Example


Text Example

White with #481669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481669; }

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

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

background-color css

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

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

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

border-color css

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

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

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