Html Css Color HEX #434F79 Astronaut

📋 copy color: '#434F79'

red 67 ◦ green 79 ◦ blue 121

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

Shades of Astronaut #434F79

Tints of Astronaut #434F79

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.59%

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 25.09%
G = 29.59%
B = 45.32%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#434F79 (or 0x434F79) is known color: Astronaut. HEX triplet: 43, 4F and 79. RGB value is (67,79,121). Sum of RGB (Red+Green+Blue) = 67+79+121=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #434F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F79 is #BCB086. Grayscale: #505050. Windows color (decimal): -12365959 or 7950147. OLE color: 7950147.

HSL color Cylindrical-coordinate representation of color #434F79: hue angle of 226.67º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #434F79 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 79 121 -
CMYK 0.45 0.35 0 0.53
HSL 226.67º 0.29% 0.37% -
HSV(B) 226.67º 0.45% 0.47% -
XYZ 8.56 8.17 19.21 -
YUV 80.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 67 79 121 0.45 0.35 0 0.53 226.67 0.29 0.37
Hex 43 4F 79 2D 23 0 35 E3 1D 25
Octal 103 117 171 55 43 0 65 343 35 45
Binary 1000011 1001111 1111001 101101 100011 0 110101 11100011 11101 100101

Color Harmonies of #434F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F79

Black with #434F79

Text Example


Text Example

White with #434F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434F79; }

 p { color: rgb(67,79,121); }

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

background-color css

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

 a { background-color: rgb(67,79,121); }

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

border-color css

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

 span { border-color: rgb(67,79,121); }

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