Html Css Color HEX #7491CB Wild Blue Yonder

📋 copy color: '#7491CB'

red 116 ◦ green 145 ◦ blue 203

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

Shades of Wild Blue Yonder #7491CB

Tints of Wild Blue Yonder #7491CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 25%
G = 31.25%
B = 43.75%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7491CB (or 0x7491CB) is known color: Wild Blue Yonder. HEX triplet: 74, 91 and CB. RGB value is (116,145,203). Sum of RGB (Red+Green+Blue) = 116+145+203=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #7491CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491CB is #8B6E34. Grayscale: #8E8E8E. Windows color (decimal): -9137717 or 13341044. OLE color: 13341044.

HSL color Cylindrical-coordinate representation of color #7491CB: hue angle of 220º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7491CB is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 145 203 -
CMYK 0.43 0.29 0 0.20
HSL 220º 0.46% 0.63% -
HSV(B) 220º 0.43% 0.8% -
XYZ 28.11 28.28 60.48 -
YUV 142.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 116 145 203 0.43 0.29 0 0.20 220 0.46 0.63
Hex 74 91 CB 2B 1D 0 14 DC 2E 3F
Octal 164 221 313 53 35 0 24 334 56 77
Binary 1110100 10010001 11001011 101011 11101 0 10100 11011100 101110 111111

Color Harmonies of #7491CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7491CB

Black with #7491CB

Text Example


Text Example

White with #7491CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7491CB; }

 p { color: rgb(116,145,203); }

 H1.HeaderClassName
 {
   color: #7491CB;
 }
 .AnyTagClassName
 {
   color: #7491CB;
 }
</style>

background-color css

<style>
 a { background-color: #7491CB; }

 a { background-color: rgb(116,145,203); }

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

border-color css

<style>
 span { border-color: #7491CB; }

 span { border-color: rgb(116,145,203); }

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