Html Css Color HEX #748ACC Wild Blue Yonder

📋 copy color: '#748ACC'

red 116 ◦ green 138 ◦ blue 204

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

Shades of Wild Blue Yonder #748ACC

Tints of Wild Blue Yonder #748ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 25.33%
G = 30.13%
B = 44.54%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#748ACC (or 0x748ACC) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and CC. RGB value is (116,138,204). Sum of RGB (Red+Green+Blue) = 116+138+204=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #748ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ACC is #8B7533. Grayscale: #8A8A8A. Windows color (decimal): -9139508 or 13404788. OLE color: 13404788.

HSL color Cylindrical-coordinate representation of color #748ACC: hue angle of 225º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748ACC is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 138 204 -
CMYK 0.43 0.32 0 0.2
HSL 225º 0.46% 0.63% -
HSV(B) 225º 0.43% 0.8% -
XYZ 27.19 26.25 60.76 -
YUV 138.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 116 138 204 0.43 0.32 0 0.2 225 0.46 0.63
Hex 74 8A CC 2B 20 0 14 E1 2E 3F
Octal 164 212 314 53 40 0 24 341 56 77
Binary 1110100 10001010 11001100 101011 100000 0 10100 11100001 101110 111111

Color Harmonies of #748ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ACC

Black with #748ACC

Text Example


Text Example

White with #748ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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