Html Css Color HEX #462075 Blue Diamond

📋 copy color: '#462075'

red 70 ◦ green 32 ◦ blue 117

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

Shades of Blue Diamond #462075

Tints of Blue Diamond #462075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 31.96%
G = 14.61%
B = 53.42%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#462075 (or 0x462075) is known color: Blue Diamond. HEX triplet: 46, 20 and 75. RGB value is (70,32,117). Sum of RGB (Red+Green+Blue) = 70+32+117=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #462075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462075 is #B9DF8A. Grayscale: #343434. Windows color (decimal): -12181387 or 7675974. OLE color: 7675974.

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

Color convert

RGB 70 32 117 -
CMYK 0.40 0.73 0 0.54
HSL 266.82º 0.57% 0.29% -
HSV(B) 266.82º 0.73% 0.46% -
XYZ 6.25 3.62 17.2 -
YUV 53.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 70 32 117 0.40 0.73 0 0.54 266.82 0.57 0.29
Hex 46 20 75 28 49 0 36 10B 39 1D
Octal 106 40 165 50 111 0 66 413 71 35
Binary 1000110 100000 1110101 101000 1001001 0 110110 100001011 111001 11101

Color Harmonies of #462075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462075

Black with #462075

Text Example


Text Example

White with #462075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462075; }

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

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

background-color css

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

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

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

border-color css

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

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

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