#74A4E0

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

Shades of Jordy Blue #74A4E0

Tints of Jordy Blue #74A4E0

Color information

#74A4E0 (or 0x74A4E0) is unknown color: approx Jordy Blue. HEX triplet: 74, A4 and E0. RGB value is (116,164,224). Sum of RGB (Red+Green+Blue) = 116+164+224=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #74A4E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A4E0 is #8B5B1F. Grayscale: #9C9C9C. Windows color (decimal): -9132832 or 14722164. OLE color: 14722164.

HSL color Cylindrical-coordinate representation of color #74A4E0: hue angle of 213.33º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74A4E0 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116164224-
CMYK0.480.2700.12
HSL213.33º63.53%66.67%-
HSV(B)213.33º48.21%87.84%-
XYZ33.9335.6575.61-
YUV156.49166.199.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.02%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 224 (87.89% from 255) = 44.44%
R=23.02%
G=32.54%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161642240.480.2700.12213.3363.5366.67
Hex74A4E0301B0Cd54043
Octal1642443406033014325100103
Binary1110100101001001110000011000011011011001101010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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