Html Css Color HEX #481668 Blue Diamond

📋 copy color: '#481668'

red 72 ◦ green 22 ◦ blue 104

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

Shades of Blue Diamond #481668

Tints of Blue Diamond #481668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 36.36%
G = 11.11%
B = 52.53%

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

#481668 (or 0x481668) is known color: Blue Diamond. HEX triplet: 48, 16 and 68. RGB value is (72,22,104). Sum of RGB (Red+Green+Blue) = 72+22+104=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #481668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481668 is #B7E997. Grayscale: #2E2E2E. Windows color (decimal): -12052888 or 6821448. OLE color: 6821448.

HSL color Cylindrical-coordinate representation of color #481668: hue angle of 276.59º 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 #481668 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 22 104 -
CMYK 0.31 0.79 0 0.59
HSL 276.59º 0.65% 0.25% -
HSV(B) 276.59º 0.79% 0.41% -
XYZ 5.46 2.95 13.38 -
YUV 46.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 72 22 104 0.31 0.79 0 0.59 276.59 0.65 0.25
Hex 48 16 68 1F 4F 0 3B 115 41 19
Octal 110 26 150 37 117 0 73 425 101 31
Binary 1001000 10110 1101000 11111 1001111 0 111011 100010101 1000001 11001

Color Harmonies of #481668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481668

Black with #481668

Text Example


Text Example

White with #481668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481668; }

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

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

background-color css

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

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

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

border-color css

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

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

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