Html Css Color HEX #482869 Blue Diamond

📋 copy color: '#482869'

red 72 ◦ green 40 ◦ blue 105

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

Shades of Blue Diamond #482869

Tints of Blue Diamond #482869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

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

R = 33.18%
G = 18.43%
B = 48.39%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482869 (or 0x482869) is known color: Blue Diamond. HEX triplet: 48, 28 and 69. RGB value is (72,40,105). Sum of RGB (Red+Green+Blue) = 72+40+105=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #482869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482869 is #B7D796. Grayscale: #383838. Windows color (decimal): -12048279 or 6891592. OLE color: 6891592.

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

Color convert

RGB 72 40 105 -
CMYK 0.31 0.62 0 0.59
HSL 269.54º 0.45% 0.28% -
HSV(B) 269.54º 0.62% 0.41% -
XYZ 5.98 3.92 13.81 -
YUV 56.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 72 40 105 0.31 0.62 0 0.59 269.54 0.45 0.28
Hex 48 28 69 1F 3E 0 3B 10E 2D 1C
Octal 110 50 151 37 76 0 73 416 55 34
Binary 1001000 101000 1101001 11111 111110 0 111011 100001110 101101 11100

Color Harmonies of #482869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482869

Black with #482869

Text Example


Text Example

White with #482869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482869; }

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

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

background-color css

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

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

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

border-color css

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

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

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