Html Css Color HEX #461975 Blue Diamond

📋 copy color: '#461975'

red 70 ◦ green 25 ◦ blue 117

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

Shades of Blue Diamond #461975

Tints of Blue Diamond #461975

RGB

 RED value IS 70 (27.73% from 255) = 33.02%

 GREEN value IS 25 (10.16% from 255) = 11.79%

 BLUE value IS 117 (46.09% from 255) = 55.19%

R = 33.02%
G = 11.79%
B = 55.19%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#461975 (or 0x461975) is known color: Blue Diamond. HEX triplet: 46, 19 and 75. RGB value is (70,25,117). Sum of RGB (Red+Green+Blue) = 70+25+117=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #461975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461975 is #B9E68A. Grayscale: #303030. Windows color (decimal): -12183179 or 7674182. OLE color: 7674182.

HSL color Cylindrical-coordinate representation of color #461975: hue angle of 269.35º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461975 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 25 117 -
CMYK 0.40 0.79 0 0.54
HSL 269.35º 0.65% 0.28% -
HSV(B) 269.35º 0.79% 0.46% -
XYZ 6.08 3.28 17.14 -
YUV 48.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 70 25 117 0.40 0.79 0 0.54 269.35 0.65 0.28
Hex 46 19 75 28 4F 0 36 10D 41 1C
Octal 106 31 165 50 117 0 66 415 101 34
Binary 1000110 11001 1110101 101000 1001111 0 110110 100001101 1000001 11100

Color Harmonies of #461975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461975

Black with #461975

Text Example


Text Example

White with #461975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461975; }

 p { color: rgb(70,25,117); }

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

background-color css

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

 a { background-color: rgb(70,25,117); }

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

border-color css

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

 span { border-color: rgb(70,25,117); }

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