Html Css Color HEX #4683FE Cornflower Blue

📋 copy color: '#4683FE'

red 70 ◦ green 131 ◦ blue 254

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

Shades of Cornflower Blue #4683FE

Tints of Cornflower Blue #4683FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

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

R = 15.38%
G = 28.79%
B = 55.82%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4683FE (or 0x4683FE) is known color: Cornflower Blue. HEX triplet: 46, 83 and FE. RGB value is (70,131,254). Sum of RGB (Red+Green+Blue) = 70+131+254=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #4683FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4683FE is #B97C01. Grayscale: #7E7E7E. Windows color (decimal): -12155906 or 16679750. OLE color: 16679750.

HSL color Cylindrical-coordinate representation of color #4683FE: hue angle of 220.11º 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 #4683FE is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 131 254 -
CMYK 0.72 0.48 0 0.00
HSL 220.11º 0.99% 0.64% -
HSV(B) 220.11º 0.72% 1% -
XYZ 28.53 24.69 97.03 -
YUV 126.78 199.79 87.5 -
System Red Green Blue C M Y K H S L
Decimal 70 131 254 0.72 0.48 0 0.00 220.11 0.99 0.64
Hex 46 83 FE 48 30 0 0 DC 63 40
Octal 106 203 376 110 60 0 0 334 143 100
Binary 1000110 10000011 11111110 1001000 110000 0 0 11011100 1100011 1000000

Color Harmonies of #4683FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4683FE

Black with #4683FE

Text Example


Text Example

White with #4683FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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