Html Css Color HEX #465274 Astronaut

📋 copy color: '#465274'

red 70 ◦ green 82 ◦ blue 116

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

Shades of Astronaut #465274

Tints of Astronaut #465274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

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

R = 26.12%
G = 30.6%
B = 43.28%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465274 (or 0x465274) is known color: Astronaut. HEX triplet: 46, 52 and 74. RGB value is (70,82,116). Sum of RGB (Red+Green+Blue) = 70+82+116=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #465274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465274 is #B9AD8B. Grayscale: #525252. Windows color (decimal): -12168588 or 7623238. OLE color: 7623238.

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

Color convert

RGB 70 82 116 -
CMYK 0.40 0.29 0 0.55
HSL 224.35º 0.25% 0.36% -
HSV(B) 224.35º 0.4% 0.45% -
XYZ 8.7 8.6 17.72 -
YUV 82.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 70 82 116 0.40 0.29 0 0.55 224.35 0.25 0.36
Hex 46 52 74 28 1D 0 37 E0 19 24
Octal 106 122 164 50 35 0 67 340 31 44
Binary 1000110 1010010 1110100 101000 11101 0 110111 11100000 11001 100100

Color Harmonies of #465274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465274

Black with #465274

Text Example


Text Example

White with #465274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465274; }

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

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

background-color css

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

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

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

border-color css

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

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

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