Html Css Color HEX #748ABA Wild Blue Yonder

📋 copy color: '#748ABA'

red 116 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #748ABA

Tints of Wild Blue Yonder #748ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.36%

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

R = 26.36%
G = 31.36%
B = 42.27%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#748ABA (or 0x748ABA) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and BA. RGB value is (116,138,186). Sum of RGB (Red+Green+Blue) = 116+138+186=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #748ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ABA is #8B7545. Grayscale: #888888. Windows color (decimal): -9139526 or 12225140. OLE color: 12225140.

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

Color convert

RGB 116 138 186 -
CMYK 0.38 0.26 0 0.27
HSL 221.14º 0.34% 0.59% -
HSV(B) 221.14º 0.38% 0.73% -
XYZ 25.15 25.44 50.04 -
YUV 136.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 116 138 186 0.38 0.26 0 0.27 221.14 0.34 0.59
Hex 74 8A BA 26 1A 0 1B DD 22 3B
Octal 164 212 272 46 32 0 33 335 42 73
Binary 1110100 10001010 10111010 100110 11010 0 11011 11011101 100010 111011

Color Harmonies of #748ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ABA

Black with #748ABA

Text Example


Text Example

White with #748ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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