Html Css Color HEX #7491CC Wild Blue Yonder

📋 copy color: '#7491CC'

red 116 ◦ green 145 ◦ blue 204

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

Shades of Wild Blue Yonder #7491CC

Tints of Wild Blue Yonder #7491CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 24.95%
G = 31.18%
B = 43.87%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7491CC (or 0x7491CC) is known color: Wild Blue Yonder. HEX triplet: 74, 91 and CC. RGB value is (116,145,204). Sum of RGB (Red+Green+Blue) = 116+145+204=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #7491CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491CC is #8B6E33. Grayscale: #8E8E8E. Windows color (decimal): -9137716 or 13406580. OLE color: 13406580.

HSL color Cylindrical-coordinate representation of color #7491CC: hue angle of 220.23º 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 #7491CC is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 145 204 -
CMYK 0.43 0.29 0 0.2
HSL 220.23º 0.46% 0.63% -
HSV(B) 220.23º 0.43% 0.8% -
XYZ 28.23 28.32 61.11 -
YUV 143.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 116 145 204 0.43 0.29 0 0.2 220.23 0.46 0.63
Hex 74 91 CC 2B 1D 0 14 DC 2E 3F
Octal 164 221 314 53 35 0 24 334 56 77
Binary 1110100 10010001 11001100 101011 11101 0 10100 11011100 101110 111111

Color Harmonies of #7491CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7491CC

Black with #7491CC

Text Example


Text Example

White with #7491CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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