Html Css Color HEX #74ADB3 Neptune

📋 copy color: '#74ADB3'

red 116 ◦ green 173 ◦ blue 179

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

Shades of Neptune #74ADB3

Tints of Neptune #74ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.97%

 BLUE value IS 179 (70.31% from 255) = 38.25%

R = 24.79%
G = 36.97%
B = 38.25%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#74ADB3 (or 0x74ADB3) is known color: Neptune. HEX triplet: 74, AD and B3. RGB value is (116,173,179). Sum of RGB (Red+Green+Blue) = 116+173+179=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #74ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADB3 is #8B524C. Grayscale: #9C9C9C. Windows color (decimal): -9130573 or 11775348. OLE color: 11775348.

HSL color Cylindrical-coordinate representation of color #74ADB3: hue angle of 185.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74ADB3 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 173 179 -
CMYK 0.35 0.03 0 0.30
HSL 185.71º 0.29% 0.58% -
HSV(B) 185.71º 0.35% 0.7% -
XYZ 30.28 36.85 48.17 -
YUV 156.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 116 173 179 0.35 0.03 0 0.30 185.71 0.29 0.58
Hex 74 AD B3 23 3 0 1E BA 1D 3A
Octal 164 255 263 43 3 0 36 272 35 72
Binary 1110100 10101101 10110011 100011 11 0 11110 10111010 11101 111010

Color Harmonies of #74ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ADB3

Black with #74ADB3

Text Example


Text Example

White with #74ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74ADB3; }

 p { color: rgb(116,173,179); }

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

background-color css

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

 a { background-color: rgb(116,173,179); }

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

border-color css

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

 span { border-color: rgb(116,173,179); }

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