Html Css Color HEX #461875 Blue Diamond

📋 copy color: '#461875'

red 70 ◦ green 24 ◦ blue 117

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

Shades of Blue Diamond #461875

Tints of Blue Diamond #461875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 33.18%
G = 11.37%
B = 55.45%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#461875 (or 0x461875) is known color: Blue Diamond. HEX triplet: 46, 18 and 75. RGB value is (70,24,117). Sum of RGB (Red+Green+Blue) = 70+24+117=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #461875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461875 is #B9E78A. Grayscale: #303030. Windows color (decimal): -12183435 or 7673926. OLE color: 7673926.

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

Color convert

RGB 70 24 117 -
CMYK 0.40 0.79 0 0.54
HSL 269.68º 0.66% 0.28% -
HSV(B) 269.68º 0.79% 0.46% -
XYZ 6.06 3.24 17.14 -
YUV 48.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 70 24 117 0.40 0.79 0 0.54 269.68 0.66 0.28
Hex 46 18 75 28 4F 0 36 10E 42 1C
Octal 106 30 165 50 117 0 66 416 102 34
Binary 1000110 11000 1110101 101000 1001111 0 110110 100001110 1000010 11100

Color Harmonies of #461875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461875

Black with #461875

Text Example


Text Example

White with #461875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461875; }

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

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

background-color css

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

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

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

border-color css

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

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

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