Html Css Color HEX #7484B4 Wild Blue Yonder

📋 copy color: '#7484B4'

red 116 ◦ green 132 ◦ blue 180

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

Shades of Wild Blue Yonder #7484B4

Tints of Wild Blue Yonder #7484B4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.84%

 BLUE value IS 180 (70.7% from 255) = 42.06%

R = 27.1%
G = 30.84%
B = 42.06%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7484B4 (or 0x7484B4) is known color: Wild Blue Yonder. HEX triplet: 74, 84 and B4. RGB value is (116,132,180). Sum of RGB (Red+Green+Blue) = 116+132+180=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #7484B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7484B4 is #8B7B4B. Grayscale: #848484. Windows color (decimal): -9141068 or 11830388. OLE color: 11830388.

HSL color Cylindrical-coordinate representation of color #7484B4: hue angle of 225º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7484B4 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 132 180 -
CMYK 0.36 0.27 0 0.29
HSL 225º 0.3% 0.58% -
HSV(B) 225º 0.36% 0.71% -
XYZ 23.69 23.51 46.47 -
YUV 132.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 116 132 180 0.36 0.27 0 0.29 225 0.3 0.58
Hex 74 84 B4 24 1B 0 1D E1 1E 3A
Octal 164 204 264 44 33 0 35 341 36 72
Binary 1110100 10000100 10110100 100100 11011 0 11101 11100001 11110 111010

Color Harmonies of #7484B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7484B4

Black with #7484B4

Text Example


Text Example

White with #7484B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7484B4; }

 p { color: rgb(116,132,180); }

 H1.HeaderClassName
 {
   color: #7484B4;
 }
 .AnyTagClassName
 {
   color: #7484B4;
 }
</style>

background-color css

<style>
 a { background-color: #7484B4; }

 a { background-color: rgb(116,132,180); }

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

border-color css

<style>
 span { border-color: #7484B4; }

 span { border-color: rgb(116,132,180); }

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