Html Css Color HEX #748FAF Ship Cove

📋 copy color: '#748FAF'

red 116 ◦ green 143 ◦ blue 175

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

Shades of Ship Cove #748FAF

Tints of Ship Cove #748FAF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.95%

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

R = 26.73%
G = 32.95%
B = 40.32%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#748FAF (or 0x748FAF) is known color: Ship Cove. HEX triplet: 74, 8F and AF. RGB value is (116,143,175). Sum of RGB (Red+Green+Blue) = 116+143+175=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #748FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FAF is #8B7050. Grayscale: #8A8A8A. Windows color (decimal): -9138257 or 11505524. OLE color: 11505524.

HSL color Cylindrical-coordinate representation of color #748FAF: hue angle of 212.54º 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 #748FAF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 143 175 -
CMYK 0.34 0.18 0 0.31
HSL 212.54º 0.27% 0.57% -
HSV(B) 212.54º 0.34% 0.69% -
XYZ 24.76 26.45 44.36 -
YUV 138.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 116 143 175 0.34 0.18 0 0.31 212.54 0.27 0.57
Hex 74 8F AF 22 12 0 1F D5 1B 39
Octal 164 217 257 42 22 0 37 325 33 71
Binary 1110100 10001111 10101111 100010 10010 0 11111 11010101 11011 111001

Color Harmonies of #748FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FAF

Black with #748FAF

Text Example


Text Example

White with #748FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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