Html Css Color HEX #434C7C Astronaut

📋 copy color: '#434C7C'

red 67 ◦ green 76 ◦ blue 124

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

Shades of Astronaut #434C7C

Tints of Astronaut #434C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 25.09%
G = 28.46%
B = 46.44%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#434C7C (or 0x434C7C) is known color: Astronaut. HEX triplet: 43, 4C and 7C. RGB value is (67,76,124). Sum of RGB (Red+Green+Blue) = 67+76+124=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #434C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C7C is #BCB383. Grayscale: #4E4E4E. Windows color (decimal): -12366724 or 8145987. OLE color: 8145987.

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

Color convert

RGB 67 76 124 -
CMYK 0.46 0.39 0 0.51
HSL 230.53º 0.3% 0.37% -
HSV(B) 230.53º 0.46% 0.49% -
XYZ 8.54 7.82 20.13 -
YUV 78.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 67 76 124 0.46 0.39 0 0.51 230.53 0.3 0.37
Hex 43 4C 7C 2E 27 0 33 E7 1E 25
Octal 103 114 174 56 47 0 63 347 36 45
Binary 1000011 1001100 1111100 101110 100111 0 110011 11100111 11110 100101

Color Harmonies of #434C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C7C

Black with #434C7C

Text Example


Text Example

White with #434C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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