Html Css Color HEX #748ABE Wild Blue Yonder

📋 copy color: '#748ABE'

red 116 ◦ green 138 ◦ blue 190

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

Shades of Wild Blue Yonder #748ABE

Tints of Wild Blue Yonder #748ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.79%

R = 26.13%
G = 31.08%
B = 42.79%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#748ABE (or 0x748ABE) is known color: Wild Blue Yonder. HEX triplet: 74, 8A and BE. RGB value is (116,138,190). Sum of RGB (Red+Green+Blue) = 116+138+190=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #748ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ABE is #8B7541. Grayscale: #898989. Windows color (decimal): -9139522 or 12487284. OLE color: 12487284.

HSL color Cylindrical-coordinate representation of color #748ABE: hue angle of 222.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748ABE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 138 190 -
CMYK 0.39 0.27 0 0.25
HSL 222.16º 0.36% 0.6% -
HSV(B) 222.16º 0.39% 0.75% -
XYZ 25.59 25.61 52.31 -
YUV 137.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 116 138 190 0.39 0.27 0 0.25 222.16 0.36 0.6
Hex 74 8A BE 27 1B 0 19 DE 24 3C
Octal 164 212 276 47 33 0 31 336 44 74
Binary 1110100 10001010 10111110 100111 11011 0 11001 11011110 100100 111100

Color Harmonies of #748ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748ABE

Black with #748ABE

Text Example


Text Example

White with #748ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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