Html Css Color HEX #461B75 Blue Diamond

📋 copy color: '#461B75'

red 70 ◦ green 27 ◦ blue 117

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

Shades of Blue Diamond #461B75

Tints of Blue Diamond #461B75

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.62%

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

R = 32.71%
G = 12.62%
B = 54.67%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#461B75 (or 0x461B75) is known color: Blue Diamond. HEX triplet: 46, 1B and 75. RGB value is (70,27,117). Sum of RGB (Red+Green+Blue) = 70+27+117=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #461B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B75 is #B9E48A. Grayscale: #313131. Windows color (decimal): -12182667 or 7674694. OLE color: 7674694.

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

Color convert

RGB 70 27 117 -
CMYK 0.40 0.77 0 0.54
HSL 268.67º 0.63% 0.28% -
HSV(B) 268.67º 0.77% 0.46% -
XYZ 6.13 3.37 17.16 -
YUV 50.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 70 27 117 0.40 0.77 0 0.54 268.67 0.63 0.28
Hex 46 1B 75 28 4D 0 36 10D 3E 1C
Octal 106 33 165 50 115 0 66 415 76 34
Binary 1000110 11011 1110101 101000 1001101 0 110110 100001101 111110 11100

Color Harmonies of #461B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B75

Black with #461B75

Text Example


Text Example

White with #461B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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