Html Css Color HEX #4A94FD Cornflower Blue

📋 copy color: '#4A94FD'

red 74 ◦ green 148 ◦ blue 253

#4A94FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #4A94FD

Tints of Cornflower Blue #4A94FD

RGB

 RED value IS 74 (29.3% from 255) = 15.58%

 GREEN value IS 148 (58.2% from 255) = 31.16%

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 15.58%
G = 31.16%
B = 53.26%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A94FD (or 0x4A94FD) is known color: Cornflower Blue. HEX triplet: 4A, 94 and FD. RGB value is (74,148,253). Sum of RGB (Red+Green+Blue) = 74+148+253=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #4A94FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A94FD is #B56B02. Grayscale: #898989. Windows color (decimal): -11889411 or 16618570. OLE color: 16618570.

HSL color Cylindrical-coordinate representation of color #4A94FD: hue angle of 215.2º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A94FD is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 148 253 -
CMYK 0.71 0.42 0 0.01
HSL 215.2º 0.98% 0.64% -
HSV(B) 215.2º 0.71% 0.99% -
XYZ 31.14 29.73 97.03 -
YUV 137.84 192.98 82.46 -
System Red Green Blue C M Y K H S L
Decimal 74 148 253 0.71 0.42 0 0.01 215.2 0.98 0.64
Hex 4A 94 FD 47 2A 0 1 D7 62 40
Octal 112 224 375 107 52 0 1 327 142 100
Binary 1001010 10010100 11111101 1000111 101010 0 1 11010111 1100010 1000000

Color Harmonies of #4A94FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A94FD

Black with #4A94FD

Text Example


Text Example

White with #4A94FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A94FD; }

 p { color: rgb(74,148,253); }

 H1.HeaderClassName
 {
   color: #4A94FD;
 }
 .AnyTagClassName
 {
   color: #4A94FD;
 }
</style>

background-color css

<style>
 a { background-color: #4A94FD; }

 a { background-color: rgb(74,148,253); }

 div.DivClassName
 {
   background-color: #4A94FD;
 }
 .BgClassName
 {
   background-color: #4A94FD;
 }
</style>

border-color css

<style>
 span { border-color: #4A94FD; }

 span { border-color: rgb(74,148,253); }

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