Html Css Color HEX #462073 Blue Diamond

📋 copy color: '#462073'

red 70 ◦ green 32 ◦ blue 115

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

Shades of Blue Diamond #462073

Tints of Blue Diamond #462073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53%

R = 32.26%
G = 14.75%
B = 53%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462073 (or 0x462073) is known color: Blue Diamond. HEX triplet: 46, 20 and 73. RGB value is (70,32,115). Sum of RGB (Red+Green+Blue) = 70+32+115=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 115 (45.31% from 255 or 53.00% from 217); Max value from RGB is 115 - color contains mainly: blue. Hex color #462073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462073 is #B9DF8C. Grayscale: #343434. Windows color (decimal): -12181389 or 7544902. OLE color: 7544902.

HSL color Cylindrical-coordinate representation of color #462073: hue angle of 267.47º degrees, saturation: 0.56, 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 #462073 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 32 115 -
CMYK 0.39 0.72 0 0.55
HSL 267.47º 0.56% 0.29% -
HSV(B) 267.47º 0.72% 0.45% -
XYZ 6.14 3.57 16.59 -
YUV 52.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 70 32 115 0.39 0.72 0 0.55 267.47 0.56 0.29
Hex 46 20 73 27 48 0 37 10B 38 1D
Octal 106 40 163 47 110 0 67 413 70 35
Binary 1000110 100000 1110011 100111 1001000 0 110111 100001011 111000 11101

Color Harmonies of #462073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462073

Black with #462073

Text Example


Text Example

White with #462073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462073; }

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

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

background-color css

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

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

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

border-color css

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

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

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