#749CCF

Color #749CCF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #749CCF

Tints of Jordy Blue #749CCF

Color information

#749CCF (or 0x749CCF) is unknown color: approx Jordy Blue. HEX triplet: 74, 9C and CF. RGB value is (116,156,207). Sum of RGB (Red+Green+Blue) = 116+156+207=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #749CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CCF is #8B6330. Grayscale: #959595. Windows color (decimal): -9134897 or 13606004. OLE color: 13606004.

HSL color Cylindrical-coordinate representation of color #749CCF: hue angle of 213.63º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #749CCF is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116156207-
CMYK0.440.2500.19
HSL213.63º48.66%63.33%-
HSV(B)213.63º43.96%81.18%-
XYZ30.3531.9963.61-
YUV149.85160.25103.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=24.22%
G=32.57%
B=43.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161562070.440.2500.19213.6348.6663.33
Hex749CCF2C19013d6313f
Octal16423431754310233266177
Binary111010010011100110011111011001100101001111010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749CCF; }

 p { color: rgb(116,156,207); }

 H1.HeaderClassName
 {
   color: #749CCF;
 }
 .AnyTagClassName
 {
   color: #749CCF;
 }
</style>
background-color css

<style>
 a { background-color: #749CCF; }

 a { background-color: rgb(116,156,207); }

 div.DivClassName
 {
   background-color: #749CCF;
 }
 .BgClassName
 {
   background-color: #749CCF;
 }
</style>
border-color css

<style>
 span { border-color: #749CCF; }

 span { border-color: rgb(116,156,207); }

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