Html Css Color HEX #4194BE Curious Blue

📋 copy color: '#4194BE'

red 65 ◦ green 148 ◦ blue 190

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

Shades of Curious Blue #4194BE

Tints of Curious Blue #4194BE

RGB

 RED value IS 65 (25.78% from 255) = 16.13%

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 16.13%
G = 36.72%
B = 47.15%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4194BE (or 0x4194BE) is known color: Curious Blue. HEX triplet: 41, 94 and BE. RGB value is (65,148,190). Sum of RGB (Red+Green+Blue) = 65+148+190=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #4194BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4194BE is #BE6B41. Grayscale: #7F7F7F. Windows color (decimal): -12479298 or 12489793. OLE color: 12489793.

HSL color Cylindrical-coordinate representation of color #4194BE: hue angle of 200.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4194BE is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 148 190 -
CMYK 0.66 0.22 0 0.25
HSL 200.16º 0.49% 0.5% -
HSV(B) 200.16º 0.66% 0.75% -
XYZ 22.06 26.02 52.57 -
YUV 127.97 163 83.08 -
System Red Green Blue C M Y K H S L
Decimal 65 148 190 0.66 0.22 0 0.25 200.16 0.49 0.5
Hex 41 94 BE 42 16 0 19 C8 31 32
Octal 101 224 276 102 26 0 31 310 61 62
Binary 1000001 10010100 10111110 1000010 10110 0 11001 11001000 110001 110010

Color Harmonies of #4194BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4194BE

Black with #4194BE

Text Example


Text Example

White with #4194BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4194BE; }

 p { color: rgb(65,148,190); }

 H1.HeaderClassName
 {
   color: #4194BE;
 }
 .AnyTagClassName
 {
   color: #4194BE;
 }
</style>

background-color css

<style>
 a { background-color: #4194BE; }

 a { background-color: rgb(65,148,190); }

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

border-color css

<style>
 span { border-color: #4194BE; }

 span { border-color: rgb(65,148,190); }

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