Html Css Color HEX #4A9BEF Cornflower Blue

📋 copy color: '#4A9BEF'

red 74 ◦ green 155 ◦ blue 239

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

Shades of Cornflower Blue #4A9BEF

Tints of Cornflower Blue #4A9BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.12%

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

R = 15.81%
G = 33.12%
B = 51.07%

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

#4A9BEF (or 0x4A9BEF) is known color: Cornflower Blue. HEX triplet: 4A, 9B and EF. RGB value is (74,155,239). Sum of RGB (Red+Green+Blue) = 74+155+239=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A9BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4A9BEF is #B56410. Grayscale: #8B8B8B. Windows color (decimal): -11887633 or 15702858. OLE color: 15702858.

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

Color convert

RGB 74 155 239 -
CMYK 0.69 0.35 0 0.06
HSL 210.55º 0.84% 0.61% -
HSV(B) 210.55º 0.69% 0.94% -
XYZ 30.13 31.13 86.08 -
YUV 140.36 183.66 80.67 -
System Red Green Blue C M Y K H S L
Decimal 74 155 239 0.69 0.35 0 0.06 210.55 0.84 0.61
Hex 4A 9B EF 45 23 0 6 D3 54 3D
Octal 112 233 357 105 43 0 6 323 124 75
Binary 1001010 10011011 11101111 1000101 100011 0 110 11010011 1010100 111101

Color Harmonies of #4A9BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9BEF

Black with #4A9BEF

Text Example


Text Example

White with #4A9BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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