Html Css Color HEX #462074 Blue Diamond

📋 copy color: '#462074'

red 70 ◦ green 32 ◦ blue 116

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

Shades of Blue Diamond #462074

Tints of Blue Diamond #462074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 32.11%
G = 14.68%
B = 53.21%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462074 (or 0x462074) is known color: Blue Diamond. HEX triplet: 46, 20 and 74. RGB value is (70,32,116). Sum of RGB (Red+Green+Blue) = 70+32+116=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #462074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462074 is #B9DF8B. Grayscale: #343434. Windows color (decimal): -12181388 or 7610438. OLE color: 7610438.

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

Color convert

RGB 70 32 116 -
CMYK 0.40 0.72 0 0.55
HSL 267.14º 0.57% 0.29% -
HSV(B) 267.14º 0.72% 0.45% -
XYZ 6.19 3.6 16.89 -
YUV 52.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 70 32 116 0.40 0.72 0 0.55 267.14 0.57 0.29
Hex 46 20 74 28 48 0 37 10B 39 1D
Octal 106 40 164 50 110 0 67 413 71 35
Binary 1000110 100000 1110100 101000 1001000 0 110111 100001011 111001 11101

Color Harmonies of #462074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462074

Black with #462074

Text Example


Text Example

White with #462074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462074; }

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

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

background-color css

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

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

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

border-color css

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

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

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