Html Css Color HEX #482D6E Blue Diamond

📋 copy color: '#482D6E'

red 72 ◦ green 45 ◦ blue 110

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

Shades of Blue Diamond #482D6E

Tints of Blue Diamond #482D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.46%

R = 31.72%
G = 19.82%
B = 48.46%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#482D6E (or 0x482D6E) is known color: Blue Diamond. HEX triplet: 48, 2D and 6E. RGB value is (72,45,110). Sum of RGB (Red+Green+Blue) = 72+45+110=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #482D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482D6E is #B7D291. Grayscale: #3C3C3C. Windows color (decimal): -12046994 or 7220552. OLE color: 7220552.

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

Color convert

RGB 72 45 110 -
CMYK 0.35 0.59 0 0.57
HSL 264.92º 0.42% 0.3% -
HSV(B) 264.92º 0.59% 0.43% -
XYZ 6.43 4.38 15.26 -
YUV 60.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 72 45 110 0.35 0.59 0 0.57 264.92 0.42 0.3
Hex 48 2D 6E 23 3B 0 39 109 2A 1E
Octal 110 55 156 43 73 0 71 411 52 36
Binary 1001000 101101 1101110 100011 111011 0 111001 100001001 101010 11110

Color Harmonies of #482D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482D6E

Black with #482D6E

Text Example


Text Example

White with #482D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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