Html Css Color HEX #74ABB4 Neptune

📋 copy color: '#74ABB4'

red 116 ◦ green 171 ◦ blue 180

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

Shades of Neptune #74ABB4

Tints of Neptune #74ABB4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.62%

 BLUE value IS 180 (70.7% from 255) = 38.54%

R = 24.84%
G = 36.62%
B = 38.54%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#74ABB4 (or 0x74ABB4) is known color: Neptune. HEX triplet: 74, AB and B4. RGB value is (116,171,180). Sum of RGB (Red+Green+Blue) = 116+171+180=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #74ABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABB4 is #8B544B. Grayscale: #9B9B9B. Windows color (decimal): -9131084 or 11840372. OLE color: 11840372.

HSL color Cylindrical-coordinate representation of color #74ABB4: hue angle of 188.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74ABB4 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 171 180 -
CMYK 0.36 0.05 0 0.29
HSL 188.44º 0.3% 0.58% -
HSV(B) 188.44º 0.36% 0.71% -
XYZ 30 36.13 48.57 -
YUV 155.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 116 171 180 0.36 0.05 0 0.29 188.44 0.3 0.58
Hex 74 AB B4 24 5 0 1D BC 1E 3A
Octal 164 253 264 44 5 0 35 274 36 72
Binary 1110100 10101011 10110100 100100 101 0 11101 10111100 11110 111010

Color Harmonies of #74ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABB4

Black with #74ABB4

Text Example


Text Example

White with #74ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,180); }

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

background-color css

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

 a { background-color: rgb(116,171,180); }

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

border-color css

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

 span { border-color: rgb(116,171,180); }

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