Html Css Color HEX #74ACB4 Neptune

📋 copy color: '#74ACB4'

red 116 ◦ green 172 ◦ blue 180

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

Shades of Neptune #74ACB4

Tints of Neptune #74ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

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

R = 24.79%
G = 36.75%
B = 38.46%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#74ACB4 (or 0x74ACB4) is known color: Neptune. HEX triplet: 74, AC and B4. RGB value is (116,172,180). Sum of RGB (Red+Green+Blue) = 116+172+180=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #74ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACB4 is #8B534B. Grayscale: #9C9C9C. Windows color (decimal): -9130828 or 11840628. OLE color: 11840628.

HSL color Cylindrical-coordinate representation of color #74ACB4: hue angle of 187.5º 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 #74ACB4 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 172 180 -
CMYK 0.36 0.04 0 0.29
HSL 187.5º 0.3% 0.58% -
HSV(B) 187.5º 0.36% 0.71% -
XYZ 30.19 36.51 48.64 -
YUV 156.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 116 172 180 0.36 0.04 0 0.29 187.5 0.3 0.58
Hex 74 AC B4 24 4 0 1D BC 1E 3A
Octal 164 254 264 44 4 0 35 274 36 72
Binary 1110100 10101100 10110100 100100 100 0 11101 10111100 11110 111010

Color Harmonies of #74ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACB4

Black with #74ACB4

Text Example


Text Example

White with #74ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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