Html Css Color HEX #748AC6 Wild Blue Yonder

📋 copy color: '#748AC6'

red 116 ◦ green 138 ◦ blue 198

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

Shades of Wild Blue Yonder #748AC6

Tints of Wild Blue Yonder #748AC6

RGB

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

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

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

R = 25.66%
G = 30.53%
B = 43.81%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#748AC6 (or 0x748AC6) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and C6. RGB value is (116,138,198). Sum of RGB (Red+Green+Blue) = 116+138+198=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #748AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AC6 is #8B7539. Grayscale: #8A8A8A. Windows color (decimal): -9139514 or 13011572. OLE color: 13011572.

HSL color Cylindrical-coordinate representation of color #748AC6: hue angle of 223.9º 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 #748AC6 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 138 198 -
CMYK 0.41 0.30 0 0.22
HSL 223.9º 0.42% 0.62% -
HSV(B) 223.9º 0.41% 0.78% -
XYZ 26.48 25.97 57.04 -
YUV 138.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 116 138 198 0.41 0.30 0 0.22 223.9 0.42 0.62
Hex 74 8A C6 29 1E 0 16 E0 2A 3E
Octal 164 212 306 51 36 0 26 340 52 76
Binary 1110100 10001010 11000110 101001 11110 0 10110 11100000 101010 111110

Color Harmonies of #748AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AC6

Black with #748AC6

Text Example


Text Example

White with #748AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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