Html Css Color HEX #462274 Blue Diamond

📋 copy color: '#462274'

red 70 ◦ green 34 ◦ blue 116

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

Shades of Blue Diamond #462274

Tints of Blue Diamond #462274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

 BLUE value IS 116 (45.7% from 255) = 52.73%

R = 31.82%
G = 15.45%
B = 52.73%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462274 (or 0x462274) is known color: Blue Diamond. HEX triplet: 46, 22 and 74. RGB value is (70,34,116). Sum of RGB (Red+Green+Blue) = 70+34+116=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #462274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462274 is #B9DD8B. Grayscale: #353535. Windows color (decimal): -12180876 or 7610950. OLE color: 7610950.

HSL color Cylindrical-coordinate representation of color #462274: hue angle of 266.34º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #462274 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 34 116 -
CMYK 0.40 0.71 0 0.55
HSL 266.34º 0.55% 0.29% -
HSV(B) 266.34º 0.71% 0.45% -
XYZ 6.25 3.71 16.91 -
YUV 54.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 70 34 116 0.40 0.71 0 0.55 266.34 0.55 0.29
Hex 46 22 74 28 47 0 37 10A 37 1D
Octal 106 42 164 50 107 0 67 412 67 35
Binary 1000110 100010 1110100 101000 1000111 0 110111 100001010 110111 11101

Color Harmonies of #462274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462274

Black with #462274

Text Example


Text Example

White with #462274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462274; }

 p { color: rgb(70,34,116); }

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

background-color css

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

 a { background-color: rgb(70,34,116); }

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

border-color css

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

 span { border-color: rgb(70,34,116); }

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