Html Css Color HEX #748FBB Wild Blue Yonder

📋 copy color: '#748FBB'

red 116 ◦ green 143 ◦ blue 187

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

Shades of Wild Blue Yonder #748FBB

Tints of Wild Blue Yonder #748FBB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 26.01%
G = 32.06%
B = 41.93%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#748FBB (or 0x748FBB) is known color: Wild Blue Yonder. HEX triplet: 74, 8F and BB. RGB value is (116,143,187). Sum of RGB (Red+Green+Blue) = 116+143+187=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #748FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FBB is #8B7044. Grayscale: #8B8B8B. Windows color (decimal): -9138245 or 12291956. OLE color: 12291956.

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

Color convert

RGB 116 143 187 -
CMYK 0.38 0.24 0 0.27
HSL 217.18º 0.34% 0.59% -
HSV(B) 217.18º 0.38% 0.73% -
XYZ 25.99 26.95 50.84 -
YUV 139.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 116 143 187 0.38 0.24 0 0.27 217.18 0.34 0.59
Hex 74 8F BB 26 18 0 1B D9 22 3B
Octal 164 217 273 46 30 0 33 331 42 73
Binary 1110100 10001111 10111011 100110 11000 0 11011 11011001 100010 111011

Color Harmonies of #748FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FBB

Black with #748FBB

Text Example


Text Example

White with #748FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,143,187); }

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

background-color css

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

 a { background-color: rgb(116,143,187); }

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

border-color css

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

 span { border-color: rgb(116,143,187); }

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