Html Css Color HEX #749AA3 Neptune

📋 copy color: '#749AA3'

red 116 ◦ green 154 ◦ blue 163

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

Shades of Neptune #749AA3

Tints of Neptune #749AA3

RGB

 RED value IS 116 (45.7% from 255) = 26.79%

 GREEN value IS 154 (60.55% from 255) = 35.57%

 BLUE value IS 163 (64.06% from 255) = 37.64%

R = 26.79%
G = 35.57%
B = 37.64%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#749AA3 (or 0x749AA3) is known color: Neptune. HEX triplet: 74, 9A and A3. RGB value is (116,154,163). Sum of RGB (Red+Green+Blue) = 116+154+163=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 163 - color contains mainly: blue. Hex color #749AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749AA3 is #8B655C. Grayscale: #8F8F8F. Windows color (decimal): -9135453 or 10721908. OLE color: 10721908.

HSL color Cylindrical-coordinate representation of color #749AA3: hue angle of 191.49º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #749AA3 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 154 163 -
CMYK 0.29 0.06 0 0.36
HSL 191.49º 0.2% 0.55% -
HSV(B) 191.49º 0.29% 0.64% -
XYZ 25.37 29.47 39 -
YUV 143.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 116 154 163 0.29 0.06 0 0.36 191.49 0.2 0.55
Hex 74 9A A3 1D 6 0 24 BF 14 37
Octal 164 232 243 35 6 0 44 277 24 67
Binary 1110100 10011010 10100011 11101 110 0 100100 10111111 10100 110111

Color Harmonies of #749AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749AA3

Black with #749AA3

Text Example


Text Example

White with #749AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749AA3; }

 p { color: rgb(116,154,163); }

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

background-color css

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

 a { background-color: rgb(116,154,163); }

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

border-color css

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

 span { border-color: rgb(116,154,163); }

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