Html Css Color HEX #435470 Astronaut

📋 copy color: '#435470'

red 67 ◦ green 84 ◦ blue 112

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

Shades of Astronaut #435470

Tints of Astronaut #435470

RGB

 RED value IS 67 (26.56% from 255) = 25.48%

 GREEN value IS 84 (33.2% from 255) = 31.94%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 25.48%
G = 31.94%
B = 42.59%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#435470 (or 0x435470) is known color: Astronaut. HEX triplet: 43, 54 and 70. RGB value is (67,84,112). Sum of RGB (Red+Green+Blue) = 67+84+112=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #435470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435470 is #BCAB8F. Grayscale: #515151. Windows color (decimal): -12364688 or 7361603. OLE color: 7361603.

HSL color Cylindrical-coordinate representation of color #435470: hue angle of 217.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #435470 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 84 112 -
CMYK 0.40 0.25 0 0.56
HSL 217.33º 0.25% 0.35% -
HSV(B) 217.33º 0.4% 0.44% -
XYZ 8.41 8.7 16.57 -
YUV 82.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 67 84 112 0.40 0.25 0 0.56 217.33 0.25 0.35
Hex 43 54 70 28 19 0 38 D9 19 23
Octal 103 124 160 50 31 0 70 331 31 43
Binary 1000011 1010100 1110000 101000 11001 0 111000 11011001 11001 100011

Color Harmonies of #435470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435470

Black with #435470

Text Example


Text Example

White with #435470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435470; }

 p { color: rgb(67,84,112); }

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

background-color css

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

 a { background-color: rgb(67,84,112); }

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

border-color css

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

 span { border-color: rgb(67,84,112); }

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