Html Css Color HEX #461675 Blue Diamond

📋 copy color: '#461675'

red 70 ◦ green 22 ◦ blue 117

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

Shades of Blue Diamond #461675

Tints of Blue Diamond #461675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 33.49%
G = 10.53%
B = 55.98%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#461675 (or 0x461675) is known color: Blue Diamond. HEX triplet: 46, 16 and 75. RGB value is (70,22,117). Sum of RGB (Red+Green+Blue) = 70+22+117=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #461675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461675 is #B9E98A. Grayscale: #2E2E2E. Windows color (decimal): -12183947 or 7673414. OLE color: 7673414.

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

Color convert

RGB 70 22 117 -
CMYK 0.40 0.81 0 0.54
HSL 270.32º 0.68% 0.27% -
HSV(B) 270.32º 0.81% 0.46% -
XYZ 6.02 3.16 17.12 -
YUV 47.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 70 22 117 0.40 0.81 0 0.54 270.32 0.68 0.27
Hex 46 16 75 28 51 0 36 10E 44 1B
Octal 106 26 165 50 121 0 66 416 104 33
Binary 1000110 10110 1110101 101000 1010001 0 110110 100001110 1000100 11011

Color Harmonies of #461675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461675

Black with #461675

Text Example


Text Example

White with #461675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461675; }

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

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

background-color css

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

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

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

border-color css

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

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

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