Html Css Color HEX #748CBB Wild Blue Yonder

📋 copy color: '#748CBB'

red 116 ◦ green 140 ◦ blue 187

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

Shades of Wild Blue Yonder #748CBB

Tints of Wild Blue Yonder #748CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

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

R = 26.19%
G = 31.6%
B = 42.21%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#748CBB (or 0x748CBB) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and BB. RGB value is (116,140,187). Sum of RGB (Red+Green+Blue) = 116+140+187=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #748CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CBB is #8B7344. Grayscale: #898989. Windows color (decimal): -9139013 or 12291188. OLE color: 12291188.

HSL color Cylindrical-coordinate representation of color #748CBB: hue angle of 219.72º 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 #748CBB is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 140 187 -
CMYK 0.38 0.25 0 0.27
HSL 219.72º 0.34% 0.59% -
HSV(B) 219.72º 0.38% 0.73% -
XYZ 25.55 26.06 50.7 -
YUV 138.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 116 140 187 0.38 0.25 0 0.27 219.72 0.34 0.59
Hex 74 8C BB 26 19 0 1B DC 22 3B
Octal 164 214 273 46 31 0 33 334 42 73
Binary 1110100 10001100 10111011 100110 11001 0 11011 11011100 100010 111011

Color Harmonies of #748CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CBB

Black with #748CBB

Text Example


Text Example

White with #748CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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