Html Css Color HEX #482967 Blue Diamond

📋 copy color: '#482967'

red 72 ◦ green 41 ◦ blue 103

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

Shades of Blue Diamond #482967

Tints of Blue Diamond #482967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 103 (40.63% from 255) = 47.69%

R = 33.33%
G = 18.98%
B = 47.69%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#482967 (or 0x482967) is known color: Blue Diamond. HEX triplet: 48, 29 and 67. RGB value is (72,41,103). Sum of RGB (Red+Green+Blue) = 72+41+103=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #482967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482967 is #B7D698. Grayscale: #393939. Windows color (decimal): -12048025 or 6760776. OLE color: 6760776.

HSL color Cylindrical-coordinate representation of color #482967: hue angle of 270º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #482967 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 41 103 -
CMYK 0.30 0.60 0 0.60
HSL 270º 0.43% 0.28% -
HSV(B) 270º 0.6% 0.4% -
XYZ 5.91 3.94 13.28 -
YUV 57.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 72 41 103 0.30 0.60 0 0.60 270 0.43 0.28
Hex 48 29 67 1E 3C 0 3C 10E 2B 1C
Octal 110 51 147 36 74 0 74 416 53 34
Binary 1001000 101001 1100111 11110 111100 0 111100 100001110 101011 11100

Color Harmonies of #482967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482967

Black with #482967

Text Example


Text Example

White with #482967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482967; }

 p { color: rgb(72,41,103); }

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

background-color css

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

 a { background-color: rgb(72,41,103); }

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

border-color css

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

 span { border-color: rgb(72,41,103); }

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