Html Css Color HEX #434B73 Astronaut

📋 copy color: '#434B73'

red 67 ◦ green 75 ◦ blue 115

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

Shades of Astronaut #434B73

Tints of Astronaut #434B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 26.07%
G = 29.18%
B = 44.75%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#434B73 (or 0x434B73) is known color: Astronaut. HEX triplet: 43, 4B and 73. RGB value is (67,75,115). Sum of RGB (Red+Green+Blue) = 67+75+115=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #434B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B73 is #BCB48C. Grayscale: #4D4D4D. Windows color (decimal): -12366989 or 7555907. OLE color: 7555907.

HSL color Cylindrical-coordinate representation of color #434B73: hue angle of 230º degrees, saturation: 0.26, 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 #434B73 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 75 115 -
CMYK 0.42 0.35 0 0.55
HSL 230º 0.26% 0.36% -
HSV(B) 230º 0.42% 0.45% -
XYZ 7.93 7.46 17.24 -
YUV 77.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 67 75 115 0.42 0.35 0 0.55 230 0.26 0.36
Hex 43 4B 73 2A 23 0 37 E6 1A 24
Octal 103 113 163 52 43 0 67 346 32 44
Binary 1000011 1001011 1110011 101010 100011 0 110111 11100110 11010 100100

Color Harmonies of #434B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B73

Black with #434B73

Text Example


Text Example

White with #434B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,75,115); }

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

background-color css

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

 a { background-color: rgb(67,75,115); }

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

border-color css

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

 span { border-color: rgb(67,75,115); }

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