Html Css Color HEX #483269 Blue Diamond

📋 copy color: '#483269'

red 72 ◦ green 50 ◦ blue 105

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

Shades of Blue Diamond #483269

Tints of Blue Diamond #483269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

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

R = 31.72%
G = 22.03%
B = 46.26%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#483269 (or 0x483269) is known color: Blue Diamond. HEX triplet: 48, 32 and 69. RGB value is (72,50,105). Sum of RGB (Red+Green+Blue) = 72+50+105=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #483269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483269 is #B7CD96. Grayscale: #3E3E3E. Windows color (decimal): -12045719 or 6894152. OLE color: 6894152.

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

Color convert

RGB 72 50 105 -
CMYK 0.31 0.52 0 0.59
HSL 264º 0.35% 0.3% -
HSV(B) 264º 0.52% 0.41% -
XYZ 6.36 4.68 13.93 -
YUV 62.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 72 50 105 0.31 0.52 0 0.59 264 0.35 0.3
Hex 48 32 69 1F 34 0 3B 108 23 1E
Octal 110 62 151 37 64 0 73 410 43 36
Binary 1001000 110010 1101001 11111 110100 0 111011 100001000 100011 11110

Color Harmonies of #483269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483269

Black with #483269

Text Example


Text Example

White with #483269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483269; }

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

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

background-color css

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

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

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

border-color css

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

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

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