Html Css Color HEX #482F6D Blue Diamond

📋 copy color: '#482F6D'

red 72 ◦ green 47 ◦ blue 109

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

Shades of Blue Diamond #482F6D

Tints of Blue Diamond #482F6D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 31.58%
G = 20.61%
B = 47.81%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#482F6D (or 0x482F6D) is known color: Blue Diamond. HEX triplet: 48, 2F and 6D. RGB value is (72,47,109). Sum of RGB (Red+Green+Blue) = 72+47+109=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #482F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F6D is #B7D092. Grayscale: #3D3D3D. Windows color (decimal): -12046483 or 7155528. OLE color: 7155528.

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

Color convert

RGB 72 47 109 -
CMYK 0.34 0.57 0 0.57
HSL 264.19º 0.4% 0.31% -
HSV(B) 264.19º 0.57% 0.43% -
XYZ 6.45 4.51 15 -
YUV 61.54 154.78 135.46 -
System Red Green Blue C M Y K H S L
Decimal 72 47 109 0.34 0.57 0 0.57 264.19 0.4 0.31
Hex 48 2F 6D 22 39 0 39 108 28 1F
Octal 110 57 155 42 71 0 71 410 50 37
Binary 1001000 101111 1101101 100010 111001 0 111001 100001000 101000 11111

Color Harmonies of #482F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F6D

Black with #482F6D

Text Example


Text Example

White with #482F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,47,109); }

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

background-color css

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

 a { background-color: rgb(72,47,109); }

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

border-color css

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

 span { border-color: rgb(72,47,109); }

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