Html Css Color HEX #748CBA Wild Blue Yonder

📋 copy color: '#748CBA'

red 116 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #748CBA

Tints of Wild Blue Yonder #748CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.08%

R = 26.24%
G = 31.67%
B = 42.08%

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

#748CBA (or 0x748CBA) is known color: Wild Blue Yonder. HEX triplet: 74, 8C and BA. RGB value is (116,140,186). Sum of RGB (Red+Green+Blue) = 116+140+186=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #748CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CBA is #8B7345. Grayscale: #898989. Windows color (decimal): -9139014 or 12225652. OLE color: 12225652.

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

Color convert

RGB 116 140 186 -
CMYK 0.38 0.25 0 0.27
HSL 219.43º 0.34% 0.59% -
HSV(B) 219.43º 0.38% 0.73% -
XYZ 25.44 26.01 50.13 -
YUV 138.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 116 140 186 0.38 0.25 0 0.27 219.43 0.34 0.59
Hex 74 8C BA 26 19 0 1B DB 22 3B
Octal 164 214 272 46 31 0 33 333 42 73
Binary 1110100 10001100 10111010 100110 11001 0 11011 11011011 100010 111011

Color Harmonies of #748CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CBA

Black with #748CBA

Text Example


Text Example

White with #748CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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