Html Css Color HEX #748BBD Wild Blue Yonder

📋 copy color: '#748BBD'

red 116 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #748BBD

Tints of Wild Blue Yonder #748BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 26.13%
G = 31.31%
B = 42.57%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#748BBD (or 0x748BBD) is known color: Wild Blue Yonder. HEX triplet: 74, 8B and BD. RGB value is (116,139,189). Sum of RGB (Red+Green+Blue) = 116+139+189=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #748BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BBD is #8B7442. Grayscale: #898989. Windows color (decimal): -9139267 or 12422004. OLE color: 12422004.

HSL color Cylindrical-coordinate representation of color #748BBD: hue angle of 221.1º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748BBD is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 139 189 -
CMYK 0.39 0.26 0 0.26
HSL 221.1º 0.36% 0.6% -
HSV(B) 221.1º 0.39% 0.74% -
XYZ 25.62 25.85 51.78 -
YUV 137.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 116 139 189 0.39 0.26 0 0.26 221.1 0.36 0.6
Hex 74 8B BD 27 1A 0 1A DD 24 3C
Octal 164 213 275 47 32 0 32 335 44 74
Binary 1110100 10001011 10111101 100111 11010 0 11010 11011101 100100 111100

Color Harmonies of #748BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BBD

Black with #748BBD

Text Example


Text Example

White with #748BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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