#74A4CD

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

Shades of Jordy Blue #74A4CD

Tints of Jordy Blue #74A4CD

Color information

#74A4CD (or 0x74A4CD) is unknown color: approx Jordy Blue. HEX triplet: 74, A4 and CD. RGB value is (116,164,205). Sum of RGB (Red+Green+Blue) = 116+164+205=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #74A4CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A4CD is #8B5B32. Grayscale: #9A9A9A. Windows color (decimal): -9132851 or 13476980. OLE color: 13476980.

HSL color Cylindrical-coordinate representation of color #74A4CD: hue angle of 207.64º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74A4CD is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116164205-
CMYK0.430.200.20
HSL207.64º47.09%62.94%-
HSV(B)207.64º43.41%80.39%-
XYZ31.534.6762.79-
YUV154.32156.6100.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=23.92%
G=33.81%
B=42.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161642050.430.200.20207.6447.0962.94
Hex74A4CD2B14014d02f3f
Octal16424431553240243205777
Binary111010010100100110011011010111010001010011010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A4CD; }

 p { color: rgb(116,164,205); }

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

<style>
 a { background-color: #74A4CD; }

 a { background-color: rgb(116,164,205); }

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

<style>
 span { border-color: #74A4CD; }

 span { border-color: rgb(116,164,205); }

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