Html Css Color HEX #7490BE Wild Blue Yonder

📋 copy color: '#7490BE'

red 116 ◦ green 144 ◦ blue 190

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

Shades of Wild Blue Yonder #7490BE

Tints of Wild Blue Yonder #7490BE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 25.78%
G = 32%
B = 42.22%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7490BE (or 0x7490BE) is known color: Wild Blue Yonder. HEX triplet: 74, 90 and BE. RGB value is (116,144,190). Sum of RGB (Red+Green+Blue) = 116+144+190=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #7490BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490BE is #8B6F41. Grayscale: #8C8C8C. Windows color (decimal): -9137986 or 12488820. OLE color: 12488820.

HSL color Cylindrical-coordinate representation of color #7490BE: hue angle of 217.3º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7490BE is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 144 190 -
CMYK 0.39 0.24 0 0.25
HSL 217.3º 0.36% 0.6% -
HSV(B) 217.3º 0.39% 0.75% -
XYZ 26.47 27.38 52.6 -
YUV 140.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 116 144 190 0.39 0.24 0 0.25 217.3 0.36 0.6
Hex 74 90 BE 27 18 0 19 D9 24 3C
Octal 164 220 276 47 30 0 31 331 44 74
Binary 1110100 10010000 10111110 100111 11000 0 11001 11011001 100100 111100

Color Harmonies of #7490BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7490BE

Black with #7490BE

Text Example


Text Example

White with #7490BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7490BE; }

 p { color: rgb(116,144,190); }

 H1.HeaderClassName
 {
   color: #7490BE;
 }
 .AnyTagClassName
 {
   color: #7490BE;
 }
</style>

background-color css

<style>
 a { background-color: #7490BE; }

 a { background-color: rgb(116,144,190); }

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

border-color css

<style>
 span { border-color: #7490BE; }

 span { border-color: rgb(116,144,190); }

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