Html Css Color HEX #481F6B Blue Diamond

📋 copy color: '#481F6B'

red 72 ◦ green 31 ◦ blue 107

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

Shades of Blue Diamond #481F6B

Tints of Blue Diamond #481F6B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.76%

 BLUE value IS 107 (42.19% from 255) = 50.95%

R = 34.29%
G = 14.76%
B = 50.95%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#481F6B (or 0x481F6B) is known color: Blue Diamond. HEX triplet: 48, 1F and 6B. RGB value is (72,31,107). Sum of RGB (Red+Green+Blue) = 72+31+107=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #481F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F6B is #B7E094. Grayscale: #333333. Windows color (decimal): -12050581 or 7020360. OLE color: 7020360.

HSL color Cylindrical-coordinate representation of color #481F6B: hue angle of 272.37º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481F6B is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 31 107 -
CMYK 0.33 0.71 0 0.58
HSL 272.37º 0.55% 0.27% -
HSV(B) 272.37º 0.71% 0.42% -
XYZ 5.82 3.42 14.26 -
YUV 51.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 72 31 107 0.33 0.71 0 0.58 272.37 0.55 0.27
Hex 48 1F 6B 21 47 0 3A 110 37 1B
Octal 110 37 153 41 107 0 72 420 67 33
Binary 1001000 11111 1101011 100001 1000111 0 111010 100010000 110111 11011

Color Harmonies of #481F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F6B

Black with #481F6B

Text Example


Text Example

White with #481F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F6B; }

 p { color: rgb(72,31,107); }

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

background-color css

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

 a { background-color: rgb(72,31,107); }

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

border-color css

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

 span { border-color: rgb(72,31,107); }

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