Html Css Color HEX #747AA4 Ship Cove

📋 copy color: '#747AA4'

red 116 ◦ green 122 ◦ blue 164

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

Shades of Ship Cove #747AA4

Tints of Ship Cove #747AA4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 28.86%
G = 30.35%
B = 40.8%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#747AA4 (or 0x747AA4) is known color: Ship Cove. HEX triplet: 74, 7A and A4. RGB value is (116,122,164). Sum of RGB (Red+Green+Blue) = 116+122+164=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #747AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AA4 is #8B855B. Grayscale: #7C7C7C. Windows color (decimal): -9143644 or 10779252. OLE color: 10779252.

HSL color Cylindrical-coordinate representation of color #747AA4: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747AA4 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 122 164 -
CMYK 0.29 0.26 0 0.36
HSL 232.5º 0.21% 0.55% -
HSV(B) 232.5º 0.29% 0.64% -
XYZ 20.86 20.31 37.94 -
YUV 124.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 116 122 164 0.29 0.26 0 0.36 232.5 0.21 0.55
Hex 74 7A A4 1D 1A 0 24 E8 15 37
Octal 164 172 244 35 32 0 44 350 25 67
Binary 1110100 1111010 10100100 11101 11010 0 100100 11101000 10101 110111

Color Harmonies of #747AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747AA4

Black with #747AA4

Text Example


Text Example

White with #747AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,122,164); }

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

background-color css

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

 a { background-color: rgb(116,122,164); }

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

border-color css

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

 span { border-color: rgb(116,122,164); }

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