Html Css Color HEX #748AAE Ship Cove

📋 copy color: '#748AAE'

red 116 ◦ green 138 ◦ blue 174

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

Shades of Ship Cove #748AAE

Tints of Ship Cove #748AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 27.1%
G = 32.24%
B = 40.65%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#748AAE (or 0x748AAE) is known color: Ship Cove. HEX triplet: 74, 8A and AE. RGB value is (116,138,174). Sum of RGB (Red+Green+Blue) = 116+138+174=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #748AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748AAE is #8B7551. Grayscale: #878787. Windows color (decimal): -9139538 or 11438708. OLE color: 11438708.

HSL color Cylindrical-coordinate representation of color #748AAE: hue angle of 217.24º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748AAE is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 138 174 -
CMYK 0.33 0.21 0 0.32
HSL 217.24º 0.26% 0.57% -
HSV(B) 217.24º 0.33% 0.68% -
XYZ 23.93 24.95 43.6 -
YUV 135.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 116 138 174 0.33 0.21 0 0.32 217.24 0.26 0.57
Hex 74 8A AE 21 15 0 20 D9 1A 39
Octal 164 212 256 41 25 0 40 331 32 71
Binary 1110100 10001010 10101110 100001 10101 0 100000 11011001 11010 111001

Color Harmonies of #748AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AAE

Black with #748AAE

Text Example


Text Example

White with #748AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748AAE; }

 p { color: rgb(116,138,174); }

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

background-color css

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

 a { background-color: rgb(116,138,174); }

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

border-color css

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

 span { border-color: rgb(116,138,174); }

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