Html Css Color HEX #4A9CEF Cornflower Blue

📋 copy color: '#4A9CEF'

red 74 ◦ green 156 ◦ blue 239

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

Shades of Cornflower Blue #4A9CEF

Tints of Cornflower Blue #4A9CEF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

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

R = 15.78%
G = 33.26%
B = 50.96%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A9CEF (or 0x4A9CEF) is known color: Cornflower Blue. HEX triplet: 4A, 9C and EF. RGB value is (74,156,239). Sum of RGB (Red+Green+Blue) = 74+156+239=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A9CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9CEF is #B56310. Grayscale: #8C8C8C. Windows color (decimal): -11887377 or 15703114. OLE color: 15703114.

HSL color Cylindrical-coordinate representation of color #4A9CEF: hue angle of 210.18º 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 #4A9CEF is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 156 239 -
CMYK 0.69 0.35 0 0.06
HSL 210.18º 0.84% 0.61% -
HSV(B) 210.18º 0.69% 0.94% -
XYZ 30.29 31.46 86.14 -
YUV 140.94 183.33 80.25 -
System Red Green Blue C M Y K H S L
Decimal 74 156 239 0.69 0.35 0 0.06 210.18 0.84 0.61
Hex 4A 9C EF 45 23 0 6 D2 54 3D
Octal 112 234 357 105 43 0 6 322 124 75
Binary 1001010 10011100 11101111 1000101 100011 0 110 11010010 1010100 111101

Color Harmonies of #4A9CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9CEF

Black with #4A9CEF

Text Example


Text Example

White with #4A9CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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