Html Css Color HEX #4A8AEF Cornflower Blue

📋 copy color: '#4A8AEF'

red 74 ◦ green 138 ◦ blue 239

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

Shades of Cornflower Blue #4A8AEF

Tints of Cornflower Blue #4A8AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.6%

 BLUE value IS 239 (93.75% from 255) = 52.99%

R = 16.41%
G = 30.6%
B = 52.99%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A8AEF (or 0x4A8AEF) is known color: Cornflower Blue. HEX triplet: 4A, 8A and EF. RGB value is (74,138,239). Sum of RGB (Red+Green+Blue) = 74+138+239=451 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.41% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A8AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A8AEF is #B57510. Grayscale: #818181. Windows color (decimal): -11891985 or 15698506. OLE color: 15698506.

HSL color Cylindrical-coordinate representation of color #4A8AEF: hue angle of 216.73º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A8AEF is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 138 239 -
CMYK 0.69 0.42 0 0.06
HSL 216.73º 0.84% 0.61% -
HSV(B) 216.73º 0.69% 0.94% -
XYZ 27.49 25.86 85.2 -
YUV 130.38 189.3 87.79 -
System Red Green Blue C M Y K H S L
Decimal 74 138 239 0.69 0.42 0 0.06 216.73 0.84 0.61
Hex 4A 8A EF 45 2A 0 6 D9 54 3D
Octal 112 212 357 105 52 0 6 331 124 75
Binary 1001010 10001010 11101111 1000101 101010 0 110 11011001 1010100 111101

Color Harmonies of #4A8AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8AEF

Black with #4A8AEF

Text Example


Text Example

White with #4A8AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,138,239); }

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

background-color css

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

 a { background-color: rgb(74,138,239); }

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

border-color css

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

 span { border-color: rgb(74,138,239); }

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