Html Css Color HEX #4084B4 Curious Blue

📋 copy color: '#4084B4'

red 64 ◦ green 132 ◦ blue 180

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

Shades of Curious Blue #4084B4

Tints of Curious Blue #4084B4

RGB

 RED value IS 64 (25.39% from 255) = 17.02%

 GREEN value IS 132 (51.95% from 255) = 35.11%

 BLUE value IS 180 (70.7% from 255) = 47.87%

R = 17.02%
G = 35.11%
B = 47.87%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4084B4 (or 0x4084B4) is known color: Curious Blue. HEX triplet: 40, 84 and B4. RGB value is (64,132,180). Sum of RGB (Red+Green+Blue) = 64+132+180=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #4084B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4084B4 is #BF7B4B. Grayscale: #747474. Windows color (decimal): -12548940 or 11830336. OLE color: 11830336.

HSL color Cylindrical-coordinate representation of color #4084B4: hue angle of 204.83º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4084B4 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 132 180 -
CMYK 0.64 0.27 0 0.29
HSL 204.83º 0.48% 0.48% -
HSV(B) 204.83º 0.64% 0.71% -
XYZ 18.6 20.89 46.23 -
YUV 117.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 64 132 180 0.64 0.27 0 0.29 204.83 0.48 0.48
Hex 40 84 B4 40 1B 0 1D CD 30 30
Octal 100 204 264 100 33 0 35 315 60 60
Binary 1000000 10000100 10110100 1000000 11011 0 11101 11001101 110000 110000

Color Harmonies of #4084B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4084B4

Black with #4084B4

Text Example


Text Example

White with #4084B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4084B4; }

 p { color: rgb(64,132,180); }

 H1.HeaderClassName
 {
   color: #4084B4;
 }
 .AnyTagClassName
 {
   color: #4084B4;
 }
</style>

background-color css

<style>
 a { background-color: #4084B4; }

 a { background-color: rgb(64,132,180); }

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

border-color css

<style>
 span { border-color: #4084B4; }

 span { border-color: rgb(64,132,180); }

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