Html Css Color HEX #462270 Blue Diamond

📋 copy color: '#462270'

red 70 ◦ green 34 ◦ blue 112

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

Shades of Blue Diamond #462270

Tints of Blue Diamond #462270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 32.41%
G = 15.74%
B = 51.85%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462270 (or 0x462270) is known color: Blue Diamond. HEX triplet: 46, 22 and 70. RGB value is (70,34,112). Sum of RGB (Red+Green+Blue) = 70+34+112=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #462270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462270 is #B9DD8F. Grayscale: #353535. Windows color (decimal): -12180880 or 7348806. OLE color: 7348806.

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

Color convert

RGB 70 34 112 -
CMYK 0.38 0.70 0 0.56
HSL 267.69º 0.53% 0.29% -
HSV(B) 267.69º 0.7% 0.44% -
XYZ 6.02 3.62 15.71 -
YUV 53.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 70 34 112 0.38 0.70 0 0.56 267.69 0.53 0.29
Hex 46 22 70 26 46 0 38 10C 35 1D
Octal 106 42 160 46 106 0 70 414 65 35
Binary 1000110 100010 1110000 100110 1000110 0 111000 100001100 110101 11101

Color Harmonies of #462270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462270

Black with #462270

Text Example


Text Example

White with #462270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462270; }

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

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

background-color css

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

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

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

border-color css

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

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

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