Html Css Color HEX #434E7C Astronaut

📋 copy color: '#434E7C'

red 67 ◦ green 78 ◦ blue 124

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

Shades of Astronaut #434E7C

Tints of Astronaut #434E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

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

R = 24.91%
G = 29%
B = 46.1%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#434E7C (or 0x434E7C) is known color: Astronaut. HEX triplet: 43, 4E and 7C. RGB value is (67,78,124). Sum of RGB (Red+Green+Blue) = 67+78+124=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #434E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E7C is #BCB183. Grayscale: #4F4F4F. Windows color (decimal): -12366212 or 8146499. OLE color: 8146499.

HSL color Cylindrical-coordinate representation of color #434E7C: hue angle of 228.42º 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 #434E7C is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 78 124 -
CMYK 0.46 0.37 0 0.51
HSL 228.42º 0.3% 0.37% -
HSV(B) 228.42º 0.46% 0.49% -
XYZ 8.68 8.1 20.17 -
YUV 79.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 67 78 124 0.46 0.37 0 0.51 228.42 0.3 0.37
Hex 43 4E 7C 2E 25 0 33 E4 1E 25
Octal 103 116 174 56 45 0 63 344 36 45
Binary 1000011 1001110 1111100 101110 100101 0 110011 11100100 11110 100101

Color Harmonies of #434E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434E7C

Black with #434E7C

Text Example


Text Example

White with #434E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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