Html Css Color HEX #434F70 Astronaut

📋 copy color: '#434F70'

red 67 ◦ green 79 ◦ blue 112

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

Shades of Astronaut #434F70

Tints of Astronaut #434F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 25.97%
G = 30.62%
B = 43.41%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#434F70 (or 0x434F70) is known color: Astronaut. HEX triplet: 43, 4F and 70. RGB value is (67,79,112). Sum of RGB (Red+Green+Blue) = 67+79+112=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #434F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F70 is #BCB08F. Grayscale: #4F4F4F. Windows color (decimal): -12365968 or 7360323. OLE color: 7360323.

HSL color Cylindrical-coordinate representation of color #434F70: hue angle of 224º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434F70 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 79 112 -
CMYK 0.40 0.29 0 0.56
HSL 224º 0.25% 0.35% -
HSV(B) 224º 0.4% 0.44% -
XYZ 8.04 7.96 16.44 -
YUV 79.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 67 79 112 0.40 0.29 0 0.56 224 0.25 0.35
Hex 43 4F 70 28 1D 0 38 E0 19 23
Octal 103 117 160 50 35 0 70 340 31 43
Binary 1000011 1001111 1110000 101000 11101 0 111000 11100000 11001 100011

Color Harmonies of #434F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F70

Black with #434F70

Text Example


Text Example

White with #434F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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