Html Css Color HEX #481C69 Blue Diamond

📋 copy color: '#481C69'

red 72 ◦ green 28 ◦ blue 105

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

Shades of Blue Diamond #481C69

Tints of Blue Diamond #481C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

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

R = 35.12%
G = 13.66%
B = 51.22%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#481C69 (or 0x481C69) is known color: Blue Diamond. HEX triplet: 48, 1C and 69. RGB value is (72,28,105). Sum of RGB (Red+Green+Blue) = 72+28+105=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #481C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C69 is #B7E396. Grayscale: #313131. Windows color (decimal): -12051351 or 6888520. OLE color: 6888520.

HSL color Cylindrical-coordinate representation of color #481C69: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #481C69 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 28 105 -
CMYK 0.31 0.73 0 0.59
HSL 274.29º 0.58% 0.26% -
HSV(B) 274.29º 0.73% 0.41% -
XYZ 5.64 3.23 13.69 -
YUV 49.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 72 28 105 0.31 0.73 0 0.59 274.29 0.58 0.26
Hex 48 1C 69 1F 49 0 3B 112 3A 1A
Octal 110 34 151 37 111 0 73 422 72 32
Binary 1001000 11100 1101001 11111 1001001 0 111011 100010010 111010 11010

Color Harmonies of #481C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C69

Black with #481C69

Text Example


Text Example

White with #481C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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