#04A7E4

Color #04A7E4 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #04A7E4

Tints of Iris Blue #04A7E4

Color information

#04A7E4 (or 0x04A7E4) is unknown color: approx Iris Blue. HEX triplet: 04, A7 and E4. RGB value is (4,167,228). Sum of RGB (Red+Green+Blue) = 4+167+228=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #04A7E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A7E4 is #FB581B. Grayscale: #7C7C7C. Windows color (decimal): -16472092 or 14984964. OLE color: 14984964.

HSL color Cylindrical-coordinate representation of color #04A7E4: hue angle of 196.34º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A7E4 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4167228-
CMYK0.980.2700.11
HSL196.34º96.55%45.49%-
HSV(B)196.34º98.25%89.41%-
XYZ27.8733.2678.35-
YUV125.2218641.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.00%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 228 (89.45% from 255) = 57.14%
R=1.00%
G=41.85%
B=57.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41672280.980.2700.11196.3496.5545.49
Hex4A7E4621B0Bc4612d
Octal42473441423301330414155
Binary100101001111110010011000101101101011110001001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04A7E4; }

 p { color: rgb(4,167,228); }

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

<style>
 a { background-color: #04A7E4; }

 a { background-color: rgb(4,167,228); }

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

<style>
 span { border-color: #04A7E4; }

 span { border-color: rgb(4,167,228); }

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