Html Css Color HEX #4693FE Cornflower Blue

📋 copy color: '#4693FE'

red 70 ◦ green 147 ◦ blue 254

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

Shades of Cornflower Blue #4693FE

Tints of Cornflower Blue #4693FE

RGB

 RED value IS 70 (27.73% from 255) = 14.86%

 GREEN value IS 147 (57.81% from 255) = 31.21%

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 14.86%
G = 31.21%
B = 53.93%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4693FE (or 0x4693FE) is known color: Cornflower Blue. HEX triplet: 46, 93 and FE. RGB value is (70,147,254). Sum of RGB (Red+Green+Blue) = 70+147+254=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #4693FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4693FE is #B96C01. Grayscale: #878787. Windows color (decimal): -12151810 or 16683846. OLE color: 16683846.

HSL color Cylindrical-coordinate representation of color #4693FE: hue angle of 214.89º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4693FE is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 147 254 -
CMYK 0.72 0.42 0 0.00
HSL 214.89º 0.99% 0.64% -
HSV(B) 214.89º 0.72% 1% -
XYZ 30.85 29.33 97.8 -
YUV 136.18 194.49 80.8 -
System Red Green Blue C M Y K H S L
Decimal 70 147 254 0.72 0.42 0 0.00 214.89 0.99 0.64
Hex 46 93 FE 48 2A 0 0 D7 63 40
Octal 106 223 376 110 52 0 0 327 143 100
Binary 1000110 10010011 11111110 1001000 101010 0 0 11010111 1100011 1000000

Color Harmonies of #4693FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4693FE

Black with #4693FE

Text Example


Text Example

White with #4693FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4693FE; }

 p { color: rgb(70,147,254); }

 H1.HeaderClassName
 {
   color: #4693FE;
 }
 .AnyTagClassName
 {
   color: #4693FE;
 }
</style>

background-color css

<style>
 a { background-color: #4693FE; }

 a { background-color: rgb(70,147,254); }

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

border-color css

<style>
 span { border-color: #4693FE; }

 span { border-color: rgb(70,147,254); }

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