Html Css Color HEX #434F74 Astronaut

📋 copy color: '#434F74'

red 67 ◦ green 79 ◦ blue 116

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

Shades of Astronaut #434F74

Tints of Astronaut #434F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 25.57%
G = 30.15%
B = 44.27%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#434F74 (or 0x434F74) is known color: Astronaut. HEX triplet: 43, 4F and 74. RGB value is (67,79,116). Sum of RGB (Red+Green+Blue) = 67+79+116=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #434F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F74 is #BCB08B. Grayscale: #4F4F4F. Windows color (decimal): -12365964 or 7622467. OLE color: 7622467.

HSL color Cylindrical-coordinate representation of color #434F74: hue angle of 225.31º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #434F74 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 79 116 -
CMYK 0.42 0.32 0 0.55
HSL 225.31º 0.27% 0.36% -
HSV(B) 225.31º 0.42% 0.45% -
XYZ 8.26 8.05 17.64 -
YUV 79.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 67 79 116 0.42 0.32 0 0.55 225.31 0.27 0.36
Hex 43 4F 74 2A 20 0 37 E1 1B 24
Octal 103 117 164 52 40 0 67 341 33 44
Binary 1000011 1001111 1110100 101010 100000 0 110111 11100001 11011 100100

Color Harmonies of #434F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F74

Black with #434F74

Text Example


Text Example

White with #434F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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