Html Css Color HEX #748DC6 Wild Blue Yonder

📋 copy color: '#748DC6'

red 116 ◦ green 141 ◦ blue 198

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

Shades of Wild Blue Yonder #748DC6

Tints of Wild Blue Yonder #748DC6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.99%

 BLUE value IS 198 (77.73% from 255) = 43.52%

R = 25.49%
G = 30.99%
B = 43.52%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#748DC6 (or 0x748DC6) is known color: Wild Blue Yonder. HEX triplet: 74, 8D and C6. RGB value is (116,141,198). Sum of RGB (Red+Green+Blue) = 116+141+198=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #748DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DC6 is #8B7239. Grayscale: #8B8B8B. Windows color (decimal): -9138746 or 13012340. OLE color: 13012340.

HSL color Cylindrical-coordinate representation of color #748DC6: hue angle of 221.71º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #748DC6 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 141 198 -
CMYK 0.41 0.29 0 0.22
HSL 221.71º 0.42% 0.62% -
HSV(B) 221.71º 0.41% 0.78% -
XYZ 26.92 26.84 57.19 -
YUV 140.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 116 141 198 0.41 0.29 0 0.22 221.71 0.42 0.62
Hex 74 8D C6 29 1D 0 16 DE 2A 3E
Octal 164 215 306 51 35 0 26 336 52 76
Binary 1110100 10001101 11000110 101001 11101 0 10110 11011110 101010 111110

Color Harmonies of #748DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748DC6

Black with #748DC6

Text Example


Text Example

White with #748DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,198); }

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

background-color css

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

 a { background-color: rgb(116,141,198); }

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

border-color css

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

 span { border-color: rgb(116,141,198); }

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