Html Css Color HEX #074761 Astronaut Blue

📋 copy color: '#074761'

red 7 ◦ green 71 ◦ blue 97

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

Shades of Astronaut Blue #074761

Tints of Astronaut Blue #074761

RGB

 RED value IS 7 (3.13% from 255) = 4%

 GREEN value IS 71 (28.13% from 255) = 40.57%

 BLUE value IS 97 (38.28% from 255) = 55.43%

R = 4%
G = 40.57%
B = 55.43%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#074761 (or 0x074761) is known color: Astronaut Blue. HEX triplet: 07, 47 and 61. RGB value is (7,71,97). Sum of RGB (Red+Green+Blue) = 7+71+97=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #074761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074761 is #F8B89E. Grayscale: #363636. Windows color (decimal): -16300191 or 6375175. OLE color: 6375175.

HSL color Cylindrical-coordinate representation of color #074761: hue angle of 197.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074761 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 7 71 97 -
CMYK 0.93 0.27 0 0.62
HSL 197.33º 0.87% 0.2% -
HSV(B) 197.33º 0.93% 0.38% -
XYZ 4.5 5.41 12.12 -
YUV 54.83 151.8 93.89 -
System Red Green Blue C M Y K H S L
Decimal 7 71 97 0.93 0.27 0 0.62 197.33 0.87 0.2
Hex 7 47 61 5D 1B 0 3E C5 57 14
Octal 7 107 141 135 33 0 76 305 127 24
Binary 111 1000111 1100001 1011101 11011 0 111110 11000101 1010111 10100

Color Harmonies of #074761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074761

Black with #074761

Text Example


Text Example

White with #074761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074761; }

 p { color: rgb(7,71,97); }

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

background-color css

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

 a { background-color: rgb(7,71,97); }

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

border-color css

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

 span { border-color: rgb(7,71,97); }

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