Html Css Color HEX #461E6F Blue Diamond

📋 copy color: '#461E6F'

red 70 ◦ green 30 ◦ blue 111

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

Shades of Blue Diamond #461E6F

Tints of Blue Diamond #461E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.22%

 BLUE value IS 111 (43.75% from 255) = 52.61%

R = 33.18%
G = 14.22%
B = 52.61%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461E6F (or 0x461E6F) is known color: Blue Diamond. HEX triplet: 46, 1E and 6F. RGB value is (70,30,111). Sum of RGB (Red+Green+Blue) = 70+30+111=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #461E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E6F is #B9E190. Grayscale: #323232. Windows color (decimal): -12181905 or 7282246. OLE color: 7282246.

HSL color Cylindrical-coordinate representation of color #461E6F: hue angle of 269.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461E6F is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 30 111 -
CMYK 0.37 0.73 0 0.56
HSL 269.63º 0.57% 0.28% -
HSV(B) 269.63º 0.73% 0.44% -
XYZ 5.86 3.38 15.38 -
YUV 51.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 70 30 111 0.37 0.73 0 0.56 269.63 0.57 0.28
Hex 46 1E 6F 25 49 0 38 10E 39 1C
Octal 106 36 157 45 111 0 70 416 71 34
Binary 1000110 11110 1101111 100101 1001001 0 111000 100001110 111001 11100

Color Harmonies of #461E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E6F

Black with #461E6F

Text Example


Text Example

White with #461E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E6F; }

 p { color: rgb(70,30,111); }

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

background-color css

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

 a { background-color: rgb(70,30,111); }

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

border-color css

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

 span { border-color: rgb(70,30,111); }

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