Html Css Color HEX #461A75 Blue Diamond

📋 copy color: '#461A75'

red 70 ◦ green 26 ◦ blue 117

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

Shades of Blue Diamond #461A75

Tints of Blue Diamond #461A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.21%

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

R = 32.86%
G = 12.21%
B = 54.93%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#461A75 (or 0x461A75) is known color: Blue Diamond. HEX triplet: 46, 1A and 75. RGB value is (70,26,117). Sum of RGB (Red+Green+Blue) = 70+26+117=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #461A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A75 is #B9E58A. Grayscale: #313131. Windows color (decimal): -12182923 or 7674438. OLE color: 7674438.

HSL color Cylindrical-coordinate representation of color #461A75: hue angle of 269.01º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461A75 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 26 117 -
CMYK 0.40 0.78 0 0.54
HSL 269.01º 0.64% 0.28% -
HSV(B) 269.01º 0.78% 0.46% -
XYZ 6.11 3.33 17.15 -
YUV 49.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 70 26 117 0.40 0.78 0 0.54 269.01 0.64 0.28
Hex 46 1A 75 28 4E 0 36 10D 40 1C
Octal 106 32 165 50 116 0 66 415 100 34
Binary 1000110 11010 1110101 101000 1001110 0 110110 100001101 1000000 11100

Color Harmonies of #461A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461A75

Black with #461A75

Text Example


Text Example

White with #461A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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