Html Css Color HEX #748DB9 Wild Blue Yonder

📋 copy color: '#748DB9'

red 116 ◦ green 141 ◦ blue 185

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

Shades of Wild Blue Yonder #748DB9

Tints of Wild Blue Yonder #748DB9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 26.24%
G = 31.9%
B = 41.86%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#748DB9 (or 0x748DB9) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and B9. RGB value is (116,141,185). Sum of RGB (Red+Green+Blue) = 116+141+185=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #748DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DB9 is #8B7246. Grayscale: #8A8A8A. Windows color (decimal): -9138759 or 12160372. OLE color: 12160372.

HSL color Cylindrical-coordinate representation of color #748DB9: hue angle of 218.26º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #748DB9 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 141 185 -
CMYK 0.37 0.24 0 0.27
HSL 218.26º 0.33% 0.59% -
HSV(B) 218.26º 0.37% 0.73% -
XYZ 25.48 26.27 49.63 -
YUV 138.54 154.22 111.92 -
System Red Green Blue C M Y K H S L
Decimal 116 141 185 0.37 0.24 0 0.27 218.26 0.33 0.59
Hex 74 8D B9 25 18 0 1B DA 21 3B
Octal 164 215 271 45 30 0 33 332 41 73
Binary 1110100 10001101 10111001 100101 11000 0 11011 11011010 100001 111011

Color Harmonies of #748DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DB9

Black with #748DB9

Text Example


Text Example

White with #748DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748DB9; }

 p { color: rgb(116,141,185); }

 H1.HeaderClassName
 {
   color: #748DB9;
 }
 .AnyTagClassName
 {
   color: #748DB9;
 }
</style>

background-color css

<style>
 a { background-color: #748DB9; }

 a { background-color: rgb(116,141,185); }

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

border-color css

<style>
 span { border-color: #748DB9; }

 span { border-color: rgb(116,141,185); }

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