Html Css Color HEX #747FAA Ship Cove

📋 copy color: '#747FAA'

red 116 ◦ green 127 ◦ blue 170

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

Shades of Ship Cove #747FAA

Tints of Ship Cove #747FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 30.75%

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 28.09%
G = 30.75%
B = 41.16%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#747FAA (or 0x747FAA) is known color: Ship Cove. HEX triplet: 74, 7F and AA. RGB value is (116,127,170). Sum of RGB (Red+Green+Blue) = 116+127+170=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #747FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FAA is #8B8055. Grayscale: #808080. Windows color (decimal): -9142358 or 11173748. OLE color: 11173748.

HSL color Cylindrical-coordinate representation of color #747FAA: hue angle of 227.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #747FAA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 127 170 -
CMYK 0.32 0.25 0 0.33
HSL 227.78º 0.24% 0.56% -
HSV(B) 227.78º 0.32% 0.67% -
XYZ 22.05 21.79 41.07 -
YUV 128.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 116 127 170 0.32 0.25 0 0.33 227.78 0.24 0.56
Hex 74 7F AA 20 19 0 21 E4 18 38
Octal 164 177 252 40 31 0 41 344 30 70
Binary 1110100 1111111 10101010 100000 11001 0 100001 11100100 11000 111000

Color Harmonies of #747FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747FAA

Black with #747FAA

Text Example


Text Example

White with #747FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747FAA; }

 p { color: rgb(116,127,170); }

 H1.HeaderClassName
 {
   color: #747FAA;
 }
 .AnyTagClassName
 {
   color: #747FAA;
 }
</style>

background-color css

<style>
 a { background-color: #747FAA; }

 a { background-color: rgb(116,127,170); }

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

border-color css

<style>
 span { border-color: #747FAA; }

 span { border-color: rgb(116,127,170); }

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