Html Css Color HEX #747EC4 Wild Blue Yonder

📋 copy color: '#747EC4'

red 116 ◦ green 126 ◦ blue 196

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

Shades of Wild Blue Yonder #747EC4

Tints of Wild Blue Yonder #747EC4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.77%

 BLUE value IS 196 (76.95% from 255) = 44.75%

R = 26.48%
G = 28.77%
B = 44.75%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#747EC4 (or 0x747EC4) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and C4. RGB value is (116,126,196). Sum of RGB (Red+Green+Blue) = 116+126+196=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #747EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EC4 is #8B813B. Grayscale: #828282. Windows color (decimal): -9142588 or 12877428. OLE color: 12877428.

HSL color Cylindrical-coordinate representation of color #747EC4: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #747EC4 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 126 196 -
CMYK 0.41 0.36 0 0.23
HSL 232.5º 0.4% 0.61% -
HSV(B) 232.5º 0.41% 0.77% -
XYZ 24.63 22.62 55.29 -
YUV 130.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 116 126 196 0.41 0.36 0 0.23 232.5 0.4 0.61
Hex 74 7E C4 29 24 0 17 E8 28 3D
Octal 164 176 304 51 44 0 27 350 50 75
Binary 1110100 1111110 11000100 101001 100100 0 10111 11101000 101000 111101

Color Harmonies of #747EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EC4

Black with #747EC4

Text Example


Text Example

White with #747EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,126,196); }

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

background-color css

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

 a { background-color: rgb(116,126,196); }

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

border-color css

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

 span { border-color: rgb(116,126,196); }

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