Html Css Color HEX #748BDD Portage

📋 copy color: '#748BDD'

red 116 ◦ green 139 ◦ blue 221

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

Shades of Portage #748BDD

Tints of Portage #748BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.2%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 24.37%
G = 29.2%
B = 46.43%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#748BDD (or 0x748BDD) is known color: Portage. HEX triplet: 74, 8B and DD. RGB value is (116,139,221). Sum of RGB (Red+Green+Blue) = 116+139+221=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #748BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748BDD is #8B7422. Grayscale: #8D8D8D. Windows color (decimal): -9139235 or 14519156. OLE color: 14519156.

HSL color Cylindrical-coordinate representation of color #748BDD: hue angle of 226.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748BDD is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 139 221 -
CMYK 0.48 0.37 0 0.13
HSL 226.86º 0.61% 0.66% -
HSV(B) 226.86º 0.48% 0.87% -
XYZ 29.49 27.4 72.14 -
YUV 141.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 116 139 221 0.48 0.37 0 0.13 226.86 0.61 0.66
Hex 74 8B DD 30 25 0 D E3 3D 42
Octal 164 213 335 60 45 0 15 343 75 102
Binary 1110100 10001011 11011101 110000 100101 0 1101 11100011 111101 1000010

Color Harmonies of #748BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748BDD

Black with #748BDD

Text Example


Text Example

White with #748BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,139,221); }

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

background-color css

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

 a { background-color: rgb(116,139,221); }

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

border-color css

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

 span { border-color: rgb(116,139,221); }

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