Html Css Color HEX #461B72 Blue Diamond

📋 copy color: '#461B72'

red 70 ◦ green 27 ◦ blue 114

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

Shades of Blue Diamond #461B72

Tints of Blue Diamond #461B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 33.18%
G = 12.8%
B = 54.03%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#461B72 (or 0x461B72) is known color: Blue Diamond. HEX triplet: 46, 1B and 72. RGB value is (70,27,114). Sum of RGB (Red+Green+Blue) = 70+27+114=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #461B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461B72 is #B9E48D. Grayscale: #313131. Windows color (decimal): -12182670 or 7478086. OLE color: 7478086.

HSL color Cylindrical-coordinate representation of color #461B72: hue angle of 269.66º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461B72 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 27 114 -
CMYK 0.39 0.76 0 0.55
HSL 269.66º 0.62% 0.28% -
HSV(B) 269.66º 0.76% 0.45% -
XYZ 5.95 3.3 16.24 -
YUV 49.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 70 27 114 0.39 0.76 0 0.55 269.66 0.62 0.28
Hex 46 1B 72 27 4C 0 37 10E 3E 1C
Octal 106 33 162 47 114 0 67 416 76 34
Binary 1000110 11011 1110010 100111 1001100 0 110111 100001110 111110 11100

Color Harmonies of #461B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B72

Black with #461B72

Text Example


Text Example

White with #461B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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