Html Css Color HEX #461E74 Blue Diamond

📋 copy color: '#461E74'

red 70 ◦ green 30 ◦ blue 116

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

Shades of Blue Diamond #461E74

Tints of Blue Diamond #461E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 32.41%
G = 13.89%
B = 53.7%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#461E74 (or 0x461E74) is known color: Blue Diamond. HEX triplet: 46, 1E and 74. RGB value is (70,30,116). Sum of RGB (Red+Green+Blue) = 70+30+116=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #461E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E74 is #B9E18B. Grayscale: #333333. Windows color (decimal): -12181900 or 7609926. OLE color: 7609926.

HSL color Cylindrical-coordinate representation of color #461E74: hue angle of 267.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461E74 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 30 116 -
CMYK 0.40 0.74 0 0.55
HSL 267.91º 0.59% 0.29% -
HSV(B) 267.91º 0.74% 0.45% -
XYZ 6.14 3.49 16.87 -
YUV 51.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 70 30 116 0.40 0.74 0 0.55 267.91 0.59 0.29
Hex 46 1E 74 28 4A 0 37 10C 3B 1D
Octal 106 36 164 50 112 0 67 414 73 35
Binary 1000110 11110 1110100 101000 1001010 0 110111 100001100 111011 11101

Color Harmonies of #461E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E74

Black with #461E74

Text Example


Text Example

White with #461E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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