Html Css Color HEX #461874 Blue Diamond

📋 copy color: '#461874'

red 70 ◦ green 24 ◦ blue 116

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

Shades of Blue Diamond #461874

Tints of Blue Diamond #461874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

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

R = 33.33%
G = 11.43%
B = 55.24%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#461874 (or 0x461874) is known color: Blue Diamond. HEX triplet: 46, 18 and 74. RGB value is (70,24,116). Sum of RGB (Red+Green+Blue) = 70+24+116=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #461874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461874 is #B9E78B. Grayscale: #2F2F2F. Windows color (decimal): -12183436 or 7608390. OLE color: 7608390.

HSL color Cylindrical-coordinate representation of color #461874: hue angle of 270º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461874 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 24 116 -
CMYK 0.40 0.79 0 0.55
HSL 270º 0.66% 0.27% -
HSV(B) 270º 0.79% 0.45% -
XYZ 6 3.22 16.83 -
YUV 48.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 70 24 116 0.40 0.79 0 0.55 270 0.66 0.27
Hex 46 18 74 28 4F 0 37 10E 42 1B
Octal 106 30 164 50 117 0 67 416 102 33
Binary 1000110 11000 1110100 101000 1001111 0 110111 100001110 1000010 11011

Color Harmonies of #461874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461874

Black with #461874

Text Example


Text Example

White with #461874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461874; }

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

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

background-color css

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

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

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

border-color css

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

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

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