Html Css Color HEX #7492CC Wild Blue Yonder

📋 copy color: '#7492CC'

red 116 ◦ green 146 ◦ blue 204

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

Shades of Wild Blue Yonder #7492CC

Tints of Wild Blue Yonder #7492CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.33%

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

R = 24.89%
G = 31.33%
B = 43.78%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7492CC (or 0x7492CC) is known color: Wild Blue Yonder. HEX triplet: 74, 92 and CC. RGB value is (116,146,204). Sum of RGB (Red+Green+Blue) = 116+146+204=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #7492CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7492CC is #8B6D33. Grayscale: #8F8F8F. Windows color (decimal): -9137460 or 13406836. OLE color: 13406836.

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

Color convert

RGB 116 146 204 -
CMYK 0.43 0.28 0 0.2
HSL 219.55º 0.46% 0.63% -
HSV(B) 219.55º 0.43% 0.8% -
XYZ 28.38 28.63 61.16 -
YUV 143.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 116 146 204 0.43 0.28 0 0.2 219.55 0.46 0.63
Hex 74 92 CC 2B 1C 0 14 DC 2E 3F
Octal 164 222 314 53 34 0 24 334 56 77
Binary 1110100 10010010 11001100 101011 11100 0 10100 11011100 101110 111111

Color Harmonies of #7492CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7492CC

Black with #7492CC

Text Example


Text Example

White with #7492CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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