Html Css Color HEX #4993C0 Curious Blue

📋 copy color: '#4993C0'

red 73 ◦ green 147 ◦ blue 192

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

Shades of Curious Blue #4993C0

Tints of Curious Blue #4993C0

RGB

 RED value IS 73 (28.91% from 255) = 17.72%

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

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 17.72%
G = 35.68%
B = 46.6%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4993C0 (or 0x4993C0) is known color: Curious Blue. HEX triplet: 49, 93 and C0. RGB value is (73,147,192). Sum of RGB (Red+Green+Blue) = 73+147+192=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #4993C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993C0 is #B66C3F. Grayscale: #818181. Windows color (decimal): -11955264 or 12620617. OLE color: 12620617.

HSL color Cylindrical-coordinate representation of color #4993C0: hue angle of 202.69º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4993C0 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 147 192 -
CMYK 0.62 0.23 0 0.25
HSL 202.69º 0.49% 0.52% -
HSV(B) 202.69º 0.62% 0.75% -
XYZ 22.7 26.09 53.71 -
YUV 130 162.98 87.34 -
System Red Green Blue C M Y K H S L
Decimal 73 147 192 0.62 0.23 0 0.25 202.69 0.49 0.52
Hex 49 93 C0 3E 17 0 19 CB 31 34
Octal 111 223 300 76 27 0 31 313 61 64
Binary 1001001 10010011 11000000 111110 10111 0 11001 11001011 110001 110100

Color Harmonies of #4993C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4993C0

Black with #4993C0

Text Example


Text Example

White with #4993C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4993C0; }

 p { color: rgb(73,147,192); }

 H1.HeaderClassName
 {
   color: #4993C0;
 }
 .AnyTagClassName
 {
   color: #4993C0;
 }
</style>

background-color css

<style>
 a { background-color: #4993C0; }

 a { background-color: rgb(73,147,192); }

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

border-color css

<style>
 span { border-color: #4993C0; }

 span { border-color: rgb(73,147,192); }

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