Html Css Color HEX #748ACE Wild Blue Yonder

📋 copy color: '#748ACE'

red 116 ◦ green 138 ◦ blue 206

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

Shades of Wild Blue Yonder #748ACE

Tints of Wild Blue Yonder #748ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 25.22%
G = 30%
B = 44.78%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#748ACE (or 0x748ACE) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and CE. RGB value is (116,138,206). Sum of RGB (Red+Green+Blue) = 116+138+206=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #748ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ACE is #8B7531. Grayscale: #8A8A8A. Windows color (decimal): -9139506 or 13535860. OLE color: 13535860.

HSL color Cylindrical-coordinate representation of color #748ACE: hue angle of 225.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748ACE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 138 206 -
CMYK 0.44 0.33 0 0.19
HSL 225.33º 0.48% 0.63% -
HSV(B) 225.33º 0.44% 0.81% -
XYZ 27.43 26.35 62.03 -
YUV 139.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 116 138 206 0.44 0.33 0 0.19 225.33 0.48 0.63
Hex 74 8A CE 2C 21 0 13 E1 30 3F
Octal 164 212 316 54 41 0 23 341 60 77
Binary 1110100 10001010 11001110 101100 100001 0 10011 11100001 110000 111111

Color Harmonies of #748ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ACE

Black with #748ACE

Text Example


Text Example

White with #748ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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