Html Css Color HEX #4C94EB Cornflower Blue

📋 copy color: '#4C94EB'

red 76 ◦ green 148 ◦ blue 235

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

Shades of Cornflower Blue #4C94EB

Tints of Cornflower Blue #4C94EB

RGB

 RED value IS 76 (30.08% from 255) = 16.56%

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 16.56%
G = 32.24%
B = 51.2%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C94EB (or 0x4C94EB) is known color: Cornflower Blue. HEX triplet: 4C, 94 and EB. RGB value is (76,148,235). Sum of RGB (Red+Green+Blue) = 76+148+235=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C94EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C94EB is #B36B14. Grayscale: #878787. Windows color (decimal): -11758357 or 15438924. OLE color: 15438924.

HSL color Cylindrical-coordinate representation of color #4C94EB: hue angle of 212.83º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C94EB is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 148 235 -
CMYK 0.68 0.37 0 0.08
HSL 212.83º 0.8% 0.61% -
HSV(B) 212.83º 0.68% 0.92% -
XYZ 28.57 28.71 82.63 -
YUV 136.39 183.65 84.93 -
System Red Green Blue C M Y K H S L
Decimal 76 148 235 0.68 0.37 0 0.08 212.83 0.8 0.61
Hex 4C 94 EB 44 25 0 8 D5 50 3D
Octal 114 224 353 104 45 0 10 325 120 75
Binary 1001100 10010100 11101011 1000100 100101 0 1000 11010101 1010000 111101

Color Harmonies of #4C94EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C94EB

Black with #4C94EB

Text Example


Text Example

White with #4C94EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,148,235); }

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

background-color css

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

 a { background-color: rgb(76,148,235); }

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

border-color css

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

 span { border-color: rgb(76,148,235); }

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