Html Css Color HEX #482469 Blue Diamond

📋 copy color: '#482469'

red 72 ◦ green 36 ◦ blue 105

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

Shades of Blue Diamond #482469

Tints of Blue Diamond #482469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 33.8%
G = 16.9%
B = 49.3%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482469 (or 0x482469) is known color: Blue Diamond. HEX triplet: 48, 24 and 69. RGB value is (72,36,105). Sum of RGB (Red+Green+Blue) = 72+36+105=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #482469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482469 is #B7DB96. Grayscale: #363636. Windows color (decimal): -12049303 or 6890568. OLE color: 6890568.

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

Color convert

RGB 72 36 105 -
CMYK 0.31 0.66 0 0.59
HSL 271.3º 0.49% 0.28% -
HSV(B) 271.3º 0.66% 0.41% -
XYZ 5.85 3.66 13.76 -
YUV 54.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 72 36 105 0.31 0.66 0 0.59 271.3 0.49 0.28
Hex 48 24 69 1F 42 0 3B 10F 31 1C
Octal 110 44 151 37 102 0 73 417 61 34
Binary 1001000 100100 1101001 11111 1000010 0 111011 100001111 110001 11100

Color Harmonies of #482469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482469

Black with #482469

Text Example


Text Example

White with #482469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482469; }

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

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

background-color css

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

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

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

border-color css

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

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

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