Html Css Color HEX #482D69 Blue Diamond

📋 copy color: '#482D69'

red 72 ◦ green 45 ◦ blue 105

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

Shades of Blue Diamond #482D69

Tints of Blue Diamond #482D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

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

R = 32.43%
G = 20.27%
B = 47.3%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482D69 (or 0x482D69) is known color: Blue Diamond. HEX triplet: 48, 2D and 69. RGB value is (72,45,105). Sum of RGB (Red+Green+Blue) = 72+45+105=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #482D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D69 is #B7D296. Grayscale: #3B3B3B. Windows color (decimal): -12046999 or 6892872. OLE color: 6892872.

HSL color Cylindrical-coordinate representation of color #482D69: hue angle of 267º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482D69 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 45 105 -
CMYK 0.31 0.57 0 0.59
HSL 267º 0.4% 0.29% -
HSV(B) 267º 0.57% 0.41% -
XYZ 6.16 4.27 13.86 -
YUV 59.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 72 45 105 0.31 0.57 0 0.59 267 0.4 0.29
Hex 48 2D 69 1F 39 0 3B 10B 28 1D
Octal 110 55 151 37 71 0 73 413 50 35
Binary 1001000 101101 1101001 11111 111001 0 111011 100001011 101000 11101

Color Harmonies of #482D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D69

Black with #482D69

Text Example


Text Example

White with #482D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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