Html Css Color HEX #482F64 Blue Diamond

📋 copy color: '#482F64'

red 72 ◦ green 47 ◦ blue 100

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

Shades of Blue Diamond #482F64

Tints of Blue Diamond #482F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.66%

R = 32.88%
G = 21.46%
B = 45.66%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482F64 (or 0x482F64) is known color: Blue Diamond. HEX triplet: 48, 2F and 64. RGB value is (72,47,100). Sum of RGB (Red+Green+Blue) = 72+47+100=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #482F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482F64 is #B7D09B. Grayscale: #3C3C3C. Windows color (decimal): -12046492 or 6565704. OLE color: 6565704.

HSL color Cylindrical-coordinate representation of color #482F64: hue angle of 268.3º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482F64 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 47 100 -
CMYK 0.28 0.53 0 0.61
HSL 268.3º 0.36% 0.29% -
HSV(B) 268.3º 0.53% 0.39% -
XYZ 5.99 4.33 12.58 -
YUV 60.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 72 47 100 0.28 0.53 0 0.61 268.3 0.36 0.29
Hex 48 2F 64 1C 35 0 3D 10C 24 1D
Octal 110 57 144 34 65 0 75 414 44 35
Binary 1001000 101111 1100100 11100 110101 0 111101 100001100 100100 11101

Color Harmonies of #482F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482F64

Black with #482F64

Text Example


Text Example

White with #482F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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