Html Css Color HEX #482E6B Blue Diamond

📋 copy color: '#482E6B'

red 72 ◦ green 46 ◦ blue 107

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

Shades of Blue Diamond #482E6B

Tints of Blue Diamond #482E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

 BLUE value IS 107 (42.19% from 255) = 47.56%

R = 32%
G = 20.44%
B = 47.56%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#482E6B (or 0x482E6B) is known color: Blue Diamond. HEX triplet: 48, 2E and 6B. RGB value is (72,46,107). Sum of RGB (Red+Green+Blue) = 72+46+107=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #482E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482E6B is #B7D194. Grayscale: #3C3C3C. Windows color (decimal): -12046741 or 7024200. OLE color: 7024200.

HSL color Cylindrical-coordinate representation of color #482E6B: hue angle of 265.57º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #482E6B is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 46 107 -
CMYK 0.33 0.57 0 0.58
HSL 265.57º 0.4% 0.3% -
HSV(B) 265.57º 0.57% 0.42% -
XYZ 6.3 4.39 14.43 -
YUV 60.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 72 46 107 0.33 0.57 0 0.58 265.57 0.4 0.3
Hex 48 2E 6B 21 39 0 3A 10A 28 1E
Octal 110 56 153 41 71 0 72 412 50 36
Binary 1001000 101110 1101011 100001 111001 0 111010 100001010 101000 11110

Color Harmonies of #482E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E6B

Black with #482E6B

Text Example


Text Example

White with #482E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,107); }

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

background-color css

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

 a { background-color: rgb(72,46,107); }

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

border-color css

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

 span { border-color: rgb(72,46,107); }

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