Html Css Color HEX #748FDA Portage

📋 copy color: '#748FDA'

red 116 ◦ green 143 ◦ blue 218

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

Shades of Portage #748FDA

Tints of Portage #748FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.98%

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

R = 24.32%
G = 29.98%
B = 45.7%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#748FDA (or 0x748FDA) is known color: Portage. HEX triplet: 74, 8F and DA. RGB value is (116,143,218). Sum of RGB (Red+Green+Blue) = 116+143+218=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #748FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FDA is #8B7025. Grayscale: #8F8F8F. Windows color (decimal): -9138214 or 14323572. OLE color: 14323572.

HSL color Cylindrical-coordinate representation of color #748FDA: hue angle of 224.12º 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 #748FDA is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 143 218 -
CMYK 0.47 0.34 0 0.15
HSL 224.12º 0.58% 0.65% -
HSV(B) 224.12º 0.47% 0.85% -
XYZ 29.68 28.42 70.25 -
YUV 143.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 116 143 218 0.47 0.34 0 0.15 224.12 0.58 0.65
Hex 74 8F DA 2F 22 0 F E0 3A 41
Octal 164 217 332 57 42 0 17 340 72 101
Binary 1110100 10001111 11011010 101111 100010 0 1111 11100000 111010 1000001

Color Harmonies of #748FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FDA

Black with #748FDA

Text Example


Text Example

White with #748FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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