Html Css Color HEX #748AC0 Wild Blue Yonder

📋 copy color: '#748AC0'

red 116 ◦ green 138 ◦ blue 192

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

Shades of Wild Blue Yonder #748AC0

Tints of Wild Blue Yonder #748AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 26.01%
G = 30.94%
B = 43.05%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#748AC0 (or 0x748AC0) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and C0. RGB value is (116,138,192). Sum of RGB (Red+Green+Blue) = 116+138+192=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #748AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AC0 is #8B753F. Grayscale: #898989. Windows color (decimal): -9139520 or 12618356. OLE color: 12618356.

HSL color Cylindrical-coordinate representation of color #748AC0: hue angle of 222.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #748AC0 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 138 192 -
CMYK 0.40 0.28 0 0.25
HSL 222.63º 0.38% 0.6% -
HSV(B) 222.63º 0.4% 0.75% -
XYZ 25.81 25.7 53.47 -
YUV 137.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 116 138 192 0.40 0.28 0 0.25 222.63 0.38 0.6
Hex 74 8A C0 28 1C 0 19 DF 26 3C
Octal 164 212 300 50 34 0 31 337 46 74
Binary 1110100 10001010 11000000 101000 11100 0 11001 11011111 100110 111100

Color Harmonies of #748AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748AC0

Black with #748AC0

Text Example


Text Example

White with #748AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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