Html Css Color HEX #434F7C Astronaut

📋 copy color: '#434F7C'

red 67 ◦ green 79 ◦ blue 124

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

Shades of Astronaut #434F7C

Tints of Astronaut #434F7C

RGB

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

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

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

R = 24.81%
G = 29.26%
B = 45.93%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#434F7C (or 0x434F7C) is known color: Astronaut. HEX triplet: 43, 4F and 7C. RGB value is (67,79,124). Sum of RGB (Red+Green+Blue) = 67+79+124=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #434F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F7C is #BCB083. Grayscale: #505050. Windows color (decimal): -12365956 or 8146755. OLE color: 8146755.

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

Color convert

RGB 67 79 124 -
CMYK 0.46 0.36 0 0.51
HSL 227.37º 0.3% 0.37% -
HSV(B) 227.37º 0.46% 0.49% -
XYZ 8.75 8.24 20.2 -
YUV 80.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 67 79 124 0.46 0.36 0 0.51 227.37 0.3 0.37
Hex 43 4F 7C 2E 24 0 33 E3 1E 25
Octal 103 117 174 56 44 0 63 343 36 45
Binary 1000011 1001111 1111100 101110 100100 0 110011 11100011 11110 100101

Color Harmonies of #434F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F7C

Black with #434F7C

Text Example


Text Example

White with #434F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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