#74B4E0

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

Shades of Malibu #74B4E0

Tints of Malibu #74B4E0

Color information

#74B4E0 (or 0x74B4E0) is unknown color: approx Malibu. HEX triplet: 74, B4 and E0. RGB value is (116,180,224). Sum of RGB (Red+Green+Blue) = 116+180+224=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #74B4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B4E0 is #8B4B1F. Grayscale: #A5A5A5. Windows color (decimal): -9128736 or 14726260. OLE color: 14726260.

HSL color Cylindrical-coordinate representation of color #74B4E0: hue angle of 204.44º 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 #74B4E0 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116180224-
CMYK0.480.2000.12
HSL204.44º63.53%66.67%-
HSV(B)204.44º48.21%87.84%-
XYZ36.9841.7476.63-
YUV165.88160.892.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.31%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=22.31%
G=34.62%
B=43.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161802240.480.2000.12204.4463.5366.67
Hex74B4E030140Ccc4043
Octal1642643406024014314100103
Binary1110100101101001110000011000010100011001100110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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