Html Css Color HEX #748DAF Ship Cove

📋 copy color: '#748DAF'

red 116 ◦ green 141 ◦ blue 175

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

Shades of Ship Cove #748DAF

Tints of Ship Cove #748DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.64%

 BLUE value IS 175 (68.75% from 255) = 40.51%

R = 26.85%
G = 32.64%
B = 40.51%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#748DAF (or 0x748DAF) is known color: Ship Cove. HEX triplet: 74, 8D and AF. RGB value is (116,141,175). Sum of RGB (Red+Green+Blue) = 116+141+175=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #748DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DAF is #8B7250. Grayscale: #898989. Windows color (decimal): -9138769 or 11505012. OLE color: 11505012.

HSL color Cylindrical-coordinate representation of color #748DAF: hue angle of 214.58º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748DAF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 141 175 -
CMYK 0.34 0.19 0 0.31
HSL 214.58º 0.27% 0.57% -
HSV(B) 214.58º 0.34% 0.69% -
XYZ 24.47 25.86 44.26 -
YUV 137.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 116 141 175 0.34 0.19 0 0.31 214.58 0.27 0.57
Hex 74 8D AF 22 13 0 1F D7 1B 39
Octal 164 215 257 42 23 0 37 327 33 71
Binary 1110100 10001101 10101111 100010 10011 0 11111 11010111 11011 111001

Color Harmonies of #748DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DAF

Black with #748DAF

Text Example


Text Example

White with #748DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,175); }

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

background-color css

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

 a { background-color: rgb(116,141,175); }

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

border-color css

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

 span { border-color: rgb(116,141,175); }

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