Html Css Color HEX #748CDA Portage

📋 copy color: '#748CDA'

red 116 ◦ green 140 ◦ blue 218

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

Shades of Portage #748CDA

Tints of Portage #748CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.54%

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

R = 24.47%
G = 29.54%
B = 45.99%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#748CDA (or 0x748CDA) is known color: Portage. HEX triplet: 74, 8C and DA. RGB value is (116,140,218). Sum of RGB (Red+Green+Blue) = 116+140+218=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #748CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CDA is #8B7325. Grayscale: #8D8D8D. Windows color (decimal): -9138982 or 14322804. OLE color: 14322804.

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

Color convert

RGB 116 140 218 -
CMYK 0.47 0.36 0 0.15
HSL 225.88º 0.58% 0.65% -
HSV(B) 225.88º 0.47% 0.85% -
XYZ 29.24 27.53 70.1 -
YUV 141.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 116 140 218 0.47 0.36 0 0.15 225.88 0.58 0.65
Hex 74 8C DA 2F 24 0 F E2 3A 41
Octal 164 214 332 57 44 0 17 342 72 101
Binary 1110100 10001100 11011010 101111 100100 0 1111 11100010 111010 1000001

Color Harmonies of #748CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748CDA

Black with #748CDA

Text Example


Text Example

White with #748CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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