Html Css Color HEX #434F72 Astronaut

📋 copy color: '#434F72'

red 67 ◦ green 79 ◦ blue 114

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

Shades of Astronaut #434F72

Tints of Astronaut #434F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 25.77%
G = 30.38%
B = 43.85%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#434F72 (or 0x434F72) is known color: Astronaut. HEX triplet: 43, 4F and 72. RGB value is (67,79,114). Sum of RGB (Red+Green+Blue) = 67+79+114=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #434F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F72 is #BCB08D. Grayscale: #4F4F4F. Windows color (decimal): -12365966 or 7491395. OLE color: 7491395.

HSL color Cylindrical-coordinate representation of color #434F72: hue angle of 224.68º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434F72 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 79 114 -
CMYK 0.41 0.31 0 0.55
HSL 224.68º 0.26% 0.35% -
HSV(B) 224.68º 0.41% 0.45% -
XYZ 8.15 8 17.03 -
YUV 79.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 67 79 114 0.41 0.31 0 0.55 224.68 0.26 0.35
Hex 43 4F 72 29 1F 0 37 E1 1A 23
Octal 103 117 162 51 37 0 67 341 32 43
Binary 1000011 1001111 1110010 101001 11111 0 110111 11100001 11010 100011

Color Harmonies of #434F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F72

Black with #434F72

Text Example


Text Example

White with #434F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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