Html Css Color HEX #748BBB Wild Blue Yonder

📋 copy color: '#748BBB'

red 116 ◦ green 139 ◦ blue 187

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

Shades of Wild Blue Yonder #748BBB

Tints of Wild Blue Yonder #748BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.45%

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

R = 26.24%
G = 31.45%
B = 42.31%

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

#748BBB (or 0x748BBB) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and BB. RGB value is (116,139,187). Sum of RGB (Red+Green+Blue) = 116+139+187=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #748BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BBB is #8B7444. Grayscale: #898989. Windows color (decimal): -9139269 or 12290932. OLE color: 12290932.

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

Color convert

RGB 116 139 187 -
CMYK 0.38 0.26 0 0.27
HSL 220.56º 0.34% 0.59% -
HSV(B) 220.56º 0.38% 0.73% -
XYZ 25.4 25.77 50.65 -
YUV 137.6 155.88 112.6 -
System Red Green Blue C M Y K H S L
Decimal 116 139 187 0.38 0.26 0 0.27 220.56 0.34 0.59
Hex 74 8B BB 26 1A 0 1B DD 22 3B
Octal 164 213 273 46 32 0 33 335 42 73
Binary 1110100 10001011 10111011 100110 11010 0 11011 11011101 100010 111011

Color Harmonies of #748BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BBB

Black with #748BBB

Text Example


Text Example

White with #748BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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