Html Css Color HEX #462474 Blue Diamond

📋 copy color: '#462474'

red 70 ◦ green 36 ◦ blue 116

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

Shades of Blue Diamond #462474

Tints of Blue Diamond #462474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 31.53%
G = 16.22%
B = 52.25%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#462474 (or 0x462474) is known color: Blue Diamond. HEX triplet: 46, 24 and 74. RGB value is (70,36,116). Sum of RGB (Red+Green+Blue) = 70+36+116=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #462474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462474 is #B9DB8B. Grayscale: #363636. Windows color (decimal): -12180364 or 7611462. OLE color: 7611462.

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

Color convert

RGB 70 36 116 -
CMYK 0.40 0.69 0 0.55
HSL 265.5º 0.53% 0.3% -
HSV(B) 265.5º 0.69% 0.45% -
XYZ 6.31 3.82 16.93 -
YUV 55.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 70 36 116 0.40 0.69 0 0.55 265.5 0.53 0.3
Hex 46 24 74 28 45 0 37 10A 35 1E
Octal 106 44 164 50 105 0 67 412 65 36
Binary 1000110 100100 1110100 101000 1000101 0 110111 100001010 110101 11110

Color Harmonies of #462474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462474

Black with #462474

Text Example


Text Example

White with #462474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462474; }

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

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

background-color css

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

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

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

border-color css

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

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

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