Html Css Color HEX #482269 Blue Diamond

📋 copy color: '#482269'

red 72 ◦ green 34 ◦ blue 105

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

Shades of Blue Diamond #482269

Tints of Blue Diamond #482269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 34.12%
G = 16.11%
B = 49.76%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#482269 (or 0x482269) is known color: Blue Diamond. HEX triplet: 48, 22 and 69. RGB value is (72,34,105). Sum of RGB (Red+Green+Blue) = 72+34+105=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #482269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482269 is #B7DD96. Grayscale: #353535. Windows color (decimal): -12049815 or 6890056. OLE color: 6890056.

HSL color Cylindrical-coordinate representation of color #482269: hue angle of 272.11º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482269 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 34 105 -
CMYK 0.31 0.68 0 0.59
HSL 272.11º 0.51% 0.27% -
HSV(B) 272.11º 0.68% 0.41% -
XYZ 5.79 3.54 13.74 -
YUV 53.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 72 34 105 0.31 0.68 0 0.59 272.11 0.51 0.27
Hex 48 22 69 1F 44 0 3B 110 33 1B
Octal 110 42 151 37 104 0 73 420 63 33
Binary 1001000 100010 1101001 11111 1000100 0 111011 100010000 110011 11011

Color Harmonies of #482269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482269

Black with #482269

Text Example


Text Example

White with #482269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482269; }

 p { color: rgb(72,34,105); }

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

background-color css

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

 a { background-color: rgb(72,34,105); }

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

border-color css

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

 span { border-color: rgb(72,34,105); }

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