Html Css Color HEX #462570 Blue Diamond

📋 copy color: '#462570'

red 70 ◦ green 37 ◦ blue 112

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

Shades of Blue Diamond #462570

Tints of Blue Diamond #462570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 112 (44.14% from 255) = 51.14%

R = 31.96%
G = 16.89%
B = 51.14%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462570 (or 0x462570) is known color: Blue Diamond. HEX triplet: 46, 25 and 70. RGB value is (70,37,112). Sum of RGB (Red+Green+Blue) = 70+37+112=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #462570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462570 is #B9DA8F. Grayscale: #373737. Windows color (decimal): -12180112 or 7349574. OLE color: 7349574.

HSL color Cylindrical-coordinate representation of color #462570: hue angle of 266.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #462570 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 37 112 -
CMYK 0.38 0.67 0 0.56
HSL 266.4º 0.5% 0.29% -
HSV(B) 266.4º 0.67% 0.44% -
XYZ 6.11 3.8 15.74 -
YUV 55.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 70 37 112 0.38 0.67 0 0.56 266.4 0.5 0.29
Hex 46 25 70 26 43 0 38 10A 32 1D
Octal 106 45 160 46 103 0 70 412 62 35
Binary 1000110 100101 1110000 100110 1000011 0 111000 100001010 110010 11101

Color Harmonies of #462570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462570

Black with #462570

Text Example


Text Example

White with #462570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462570; }

 p { color: rgb(70,37,112); }

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

background-color css

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

 a { background-color: rgb(70,37,112); }

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

border-color css

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

 span { border-color: rgb(70,37,112); }

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