Html Css Color HEX #434D7C Astronaut

📋 copy color: '#434D7C'

red 67 ◦ green 77 ◦ blue 124

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

Shades of Astronaut #434D7C

Tints of Astronaut #434D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.73%

 BLUE value IS 124 (48.83% from 255) = 46.27%

R = 25%
G = 28.73%
B = 46.27%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#434D7C (or 0x434D7C) is known color: Astronaut. HEX triplet: 43, 4D and 7C. RGB value is (67,77,124). Sum of RGB (Red+Green+Blue) = 67+77+124=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #434D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D7C is #BCB283. Grayscale: #4F4F4F. Windows color (decimal): -12366468 or 8146243. OLE color: 8146243.

HSL color Cylindrical-coordinate representation of color #434D7C: hue angle of 229.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434D7C is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 77 124 -
CMYK 0.46 0.38 0 0.51
HSL 229.47º 0.3% 0.37% -
HSV(B) 229.47º 0.46% 0.49% -
XYZ 8.61 7.96 20.15 -
YUV 79.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 67 77 124 0.46 0.38 0 0.51 229.47 0.3 0.37
Hex 43 4D 7C 2E 26 0 33 E5 1E 25
Octal 103 115 174 56 46 0 63 345 36 45
Binary 1000011 1001101 1111100 101110 100110 0 110011 11100101 11110 100101

Color Harmonies of #434D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434D7C

Black with #434D7C

Text Example


Text Example

White with #434D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,77,124); }

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

background-color css

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

 a { background-color: rgb(67,77,124); }

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

border-color css

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

 span { border-color: rgb(67,77,124); }

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