Html Css Color HEX #462A6F Blue Diamond

📋 copy color: '#462A6F'

red 70 ◦ green 42 ◦ blue 111

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

Shades of Blue Diamond #462A6F

Tints of Blue Diamond #462A6F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.83%

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 31.39%
G = 18.83%
B = 49.78%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#462A6F (or 0x462A6F) is known color: Blue Diamond. HEX triplet: 46, 2A and 6F. RGB value is (70,42,111). Sum of RGB (Red+Green+Blue) = 70+42+111=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #462A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A6F is #B9D590. Grayscale: #393939. Windows color (decimal): -12178833 or 7285318. OLE color: 7285318.

HSL color Cylindrical-coordinate representation of color #462A6F: hue angle of 264.35º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #462A6F is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 42 111 -
CMYK 0.37 0.62 0 0.56
HSL 264.35º 0.45% 0.3% -
HSV(B) 264.35º 0.62% 0.44% -
XYZ 6.22 4.11 15.5 -
YUV 58.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 70 42 111 0.37 0.62 0 0.56 264.35 0.45 0.3
Hex 46 2A 6F 25 3E 0 38 108 2D 1E
Octal 106 52 157 45 76 0 70 410 55 36
Binary 1000110 101010 1101111 100101 111110 0 111000 100001000 101101 11110

Color Harmonies of #462A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A6F

Black with #462A6F

Text Example


Text Example

White with #462A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462A6F; }

 p { color: rgb(70,42,111); }

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

background-color css

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

 a { background-color: rgb(70,42,111); }

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

border-color css

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

 span { border-color: rgb(70,42,111); }

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