Html Css Color HEX #748AAD Ship Cove

📋 copy color: '#748AAD'

red 116 ◦ green 138 ◦ blue 173

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

Shades of Ship Cove #748AAD

Tints of Ship Cove #748AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 27.17%
G = 32.32%
B = 40.52%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#748AAD (or 0x748AAD) is known color: Ship Cove. HEX triplet: 74, 8A and AD. RGB value is (116,138,173). Sum of RGB (Red+Green+Blue) = 116+138+173=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #748AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748AAD is #8B7552. Grayscale: #878787. Windows color (decimal): -9139539 or 11373172. OLE color: 11373172.

HSL color Cylindrical-coordinate representation of color #748AAD: hue angle of 216.84º 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 #748AAD is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 138 173 -
CMYK 0.33 0.20 0 0.32
HSL 216.84º 0.26% 0.57% -
HSV(B) 216.84º 0.33% 0.68% -
XYZ 23.83 24.91 43.09 -
YUV 135.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 116 138 173 0.33 0.20 0 0.32 216.84 0.26 0.57
Hex 74 8A AD 21 14 0 20 D9 1A 39
Octal 164 212 255 41 24 0 40 331 32 71
Binary 1110100 10001010 10101101 100001 10100 0 100000 11011001 11010 111001

Color Harmonies of #748AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AAD

Black with #748AAD

Text Example


Text Example

White with #748AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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