Html Css Color HEX #748EDA Portage

📋 copy color: '#748EDA'

red 116 ◦ green 142 ◦ blue 218

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

Shades of Portage #748EDA

Tints of Portage #748EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 24.37%
G = 29.83%
B = 45.8%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#748EDA (or 0x748EDA) is known color: Portage. HEX triplet: 74, 8E and DA. RGB value is (116,142,218). Sum of RGB (Red+Green+Blue) = 116+142+218=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #748EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EDA is #8B7125. Grayscale: #8E8E8E. Windows color (decimal): -9138470 or 14323316. OLE color: 14323316.

HSL color Cylindrical-coordinate representation of color #748EDA: hue angle of 224.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748EDA is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 142 218 -
CMYK 0.47 0.35 0 0.15
HSL 224.71º 0.58% 0.65% -
HSV(B) 224.71º 0.47% 0.85% -
XYZ 29.53 28.12 70.2 -
YUV 142.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 116 142 218 0.47 0.35 0 0.15 224.71 0.58 0.65
Hex 74 8E DA 2F 23 0 F E1 3A 41
Octal 164 216 332 57 43 0 17 341 72 101
Binary 1110100 10001110 11011010 101111 100011 0 1111 11100001 111010 1000001

Color Harmonies of #748EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748EDA

Black with #748EDA

Text Example


Text Example

White with #748EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,142,218); }

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

background-color css

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

 a { background-color: rgb(116,142,218); }

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

border-color css

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

 span { border-color: rgb(116,142,218); }

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