Html Css Color HEX #4594C9 Curious Blue

📋 copy color: '#4594C9'

red 69 ◦ green 148 ◦ blue 201

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

Shades of Curious Blue #4594C9

Tints of Curious Blue #4594C9

RGB

 RED value IS 69 (27.34% from 255) = 16.51%

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

 BLUE value IS 201 (78.91% from 255) = 48.09%

R = 16.51%
G = 35.41%
B = 48.09%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4594C9 (or 0x4594C9) is known color: Curious Blue. HEX triplet: 45, 94 and C9. RGB value is (69,148,201). Sum of RGB (Red+Green+Blue) = 69+148+201=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #4594C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4594C9 is #BA6B36. Grayscale: #828282. Windows color (decimal): -12217143 or 13210693. OLE color: 13210693.

HSL color Cylindrical-coordinate representation of color #4594C9: hue angle of 204.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4594C9 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 148 201 -
CMYK 0.66 0.26 0 0.21
HSL 204.09º 0.55% 0.53% -
HSV(B) 204.09º 0.66% 0.79% -
XYZ 23.59 26.66 59.16 -
YUV 130.42 167.83 84.19 -
System Red Green Blue C M Y K H S L
Decimal 69 148 201 0.66 0.26 0 0.21 204.09 0.55 0.53
Hex 45 94 C9 42 1A 0 15 CC 37 35
Octal 105 224 311 102 32 0 25 314 67 65
Binary 1000101 10010100 11001001 1000010 11010 0 10101 11001100 110111 110101

Color Harmonies of #4594C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594C9

Black with #4594C9

Text Example


Text Example

White with #4594C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4594C9; }

 p { color: rgb(69,148,201); }

 H1.HeaderClassName
 {
   color: #4594C9;
 }
 .AnyTagClassName
 {
   color: #4594C9;
 }
</style>

background-color css

<style>
 a { background-color: #4594C9; }

 a { background-color: rgb(69,148,201); }

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

border-color css

<style>
 span { border-color: #4594C9; }

 span { border-color: rgb(69,148,201); }

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