Html Css Color HEX #434F7F Astronaut

📋 copy color: '#434F7F'

red 67 ◦ green 79 ◦ blue 127

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

Shades of Astronaut #434F7F

Tints of Astronaut #434F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.52%

R = 24.54%
G = 28.94%
B = 46.52%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#434F7F (or 0x434F7F) is known color: Astronaut. HEX triplet: 43, 4F and 7F. RGB value is (67,79,127). Sum of RGB (Red+Green+Blue) = 67+79+127=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #434F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F7F is #BCB080. Grayscale: #505050. Windows color (decimal): -12365953 or 8343363. OLE color: 8343363.

HSL color Cylindrical-coordinate representation of color #434F7F: hue angle of 228º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #434F7F is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 79 127 -
CMYK 0.47 0.38 0 0.50
HSL 228º 0.31% 0.38% -
HSV(B) 228º 0.47% 0.5% -
XYZ 8.94 8.32 21.21 -
YUV 80.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 67 79 127 0.47 0.38 0 0.50 228 0.31 0.38
Hex 43 4F 7F 2F 26 0 32 E4 1F 26
Octal 103 117 177 57 46 0 62 344 37 46
Binary 1000011 1001111 1111111 101111 100110 0 110010 11100100 11111 100110

Color Harmonies of #434F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434F7F

Black with #434F7F

Text Example


Text Example

White with #434F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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