Html Css Color HEX #4183BE Curious Blue

📋 copy color: '#4183BE'

red 65 ◦ green 131 ◦ blue 190

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

Shades of Curious Blue #4183BE

Tints of Curious Blue #4183BE

RGB

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

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

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

R = 16.84%
G = 33.94%
B = 49.22%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4183BE (or 0x4183BE) is known color: Curious Blue. HEX triplet: 41, 83 and BE. RGB value is (65,131,190). Sum of RGB (Red+Green+Blue) = 65+131+190=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #4183BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4183BE is #BE7C41. Grayscale: #757575. Windows color (decimal): -12483650 or 12485441. OLE color: 12485441.

HSL color Cylindrical-coordinate representation of color #4183BE: hue angle of 208.32º 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 #4183BE is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 131 190 -
CMYK 0.66 0.31 0 0.25
HSL 208.32º 0.49% 0.5% -
HSV(B) 208.32º 0.66% 0.75% -
XYZ 19.59 21.07 51.75 -
YUV 117.99 168.63 90.2 -
System Red Green Blue C M Y K H S L
Decimal 65 131 190 0.66 0.31 0 0.25 208.32 0.49 0.5
Hex 41 83 BE 42 1F 0 19 D0 31 32
Octal 101 203 276 102 37 0 31 320 61 62
Binary 1000001 10000011 10111110 1000010 11111 0 11001 11010000 110001 110010

Color Harmonies of #4183BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4183BE

Black with #4183BE

Text Example


Text Example

White with #4183BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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